1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 10:30:25 +01:00

No shutdown, only messages.

This commit is contained in:
LeMagnesium 2015-07-26 17:02:27 +02:00
parent 99b2c31b9a
commit 4aca5e0f23

View File

@ -34,7 +34,7 @@ minetest.register_globalstep(function(dtime)
elseif heure == "4" and minute == "29" then
minetest.chat_send_all("=== ARRET DU SERVEUR - DE NOUVEAU EN LIGNE DANS 30 MIN ===")
minetest.chat_send_all("=== SERVER SHUTTING DOWN - ONLINE AGAIN IN 30 MIN ===")
minetest.request_shutdown()
-- minetest.request_shutdown()
end
end)