summaryrefslogtreecommitdiff
path: root/script/method/shutdown.lua
blob: bb81306e0bca19af4ba3351c8d28261101df9829 (plain)
1
2
3
4
return function ()
    log.info('Server shutdown.')
    return true
end