Add handler for TGS_EVENT_WATCHDOG_SHUTDOWN (#51665)

* Add handler for TGS_EVENT_WATCHDOG_SHUTDOWN

Thought I did this...

* speling

* Gotta go fast
This commit is contained in:
Jordan Brown
2020-06-17 17:05:42 -04:00
committed by GitHub
parent f7503c0727
commit 60f86ea2ff
+2
View File
@@ -34,6 +34,8 @@
if(reattach_timer)
deltimer(reattach_timer)
reattach_timer = null
if(TGS_EVENT_WATCHDOG_SHUTDOWN)
to_chat_immediate(world, "<span class='boldannounce'>Server is shutting down!</span>")
/datum/tgs_event_handler/impl/proc/LateOnReattach()
message_admins("Warning: TGS hasn't notified us of it coming back for a full minute! Is there a problem?")