diff --git a/init.lua b/init.lua index b96405c..7aa198e 100755 --- a/init.lua +++ b/init.lua @@ -29,7 +29,7 @@ checkReboot = function() if reboot and next(minetest.get_connected_players()) == nil then -- Time to reboot if irc then irc.say("The server is empty! Rebooting...") end - minetest.request_shutdown("Rebooting...", true, 0) + minetest.request_shutdown("Rebooting...", true, 1) end end