mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-25 17:20:31 +01:00
No shutdown, only messages.
This commit is contained in:
parent
99b2c31b9a
commit
4aca5e0f23
@ -34,7 +34,7 @@ minetest.register_globalstep(function(dtime)
|
|||||||
elseif heure == "4" and minute == "29" then
|
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("=== ARRET DU SERVEUR - DE NOUVEAU EN LIGNE DANS 30 MIN ===")
|
||||||
minetest.chat_send_all("=== SERVER SHUTTING DOWN - ONLINE AGAIN IN 30 MIN ===")
|
minetest.chat_send_all("=== SERVER SHUTTING DOWN - ONLINE AGAIN IN 30 MIN ===")
|
||||||
minetest.request_shutdown()
|
-- minetest.request_shutdown()
|
||||||
end
|
end
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user