mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user