Adds a little warning for daily router reset

Kinda bandaid jank with hardcoded numbers but it'll be just as easy to adjust or remove as it was to make this PR in case something's fucky.
This commit is contained in:
Verkister
2021-12-28 13:21:01 +02:00
committed by GitHub
parent 33097c498e
commit a852f61498

View File

@@ -38,3 +38,5 @@ SUBSYSTEM_DEF(time_track)
last_tick_realtime = current_realtime
last_tick_byond_time = current_byondtime
last_tick_tickcount = current_tickcount
if(current_realtime >= 386000 && current_realtime < 387000) //CHOMPEdit
to_world("<b>Automated router restart warning! Connection will be temporarily lost in a moment. Recommended to save any unfinished posts and avoid time-sensitive situations until router is back online.</b>") //CHOMPEdit