This reboot was too fast

This commit is contained in:
Jordan Dominion
2023-10-16 01:18:24 -04:00
parent 2a7ac83c9a
commit b397b05f60
+1 -1
View File
@@ -203,7 +203,7 @@ var/received_health_check = FALSE
set waitfor = FALSE
world.TgsChatBroadcast(new /datum/tgs_message_content("Rebooting after 3 seconds"));
world.log << "About to sleep. sleep_offline: [world.sleep_offline]"
sleep(1)
sleep(30)
world.log << "Done sleep, calling Reboot"
world.Reboot()