summaryrefslogtreecommitdiff
path: root/script/method/shutdown.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/method/shutdown.lua')
-rw-r--r--script/method/shutdown.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/method/shutdown.lua b/script/method/shutdown.lua
new file mode 100644
index 00000000..bb81306e
--- /dev/null
+++ b/script/method/shutdown.lua
@@ -0,0 +1,4 @@
+return function ()
+ log.info('Server shutdown.')
+ return true
+end