move round if to status panel

This commit is contained in:
Jordie
2017-05-08 10:55:53 +10:00
committed by GitHub
parent f64c1ad542
commit 8e0f479ebd
+1 -1
View File
@@ -567,6 +567,7 @@
var/datum/map_config/cached = SSmapping.next_map_config
if(cached)
stat(null, "Next Map: [cached.map_name]")
stat("Round ID:", "[GLOB.round_id ? GLOB.round_id : "NULL"]")
stat(null, "Server Time: [time2text(world.timeofday, "YYYY-MM-DD hh:mm:ss")]")
stat(null, "Station Time: [worldtime2text()]")
stat(null, "Time Dilation: [round(SStime_track.time_dilation_current,1)]% AVG:([round(SStime_track.time_dilation_avg_fast,1)]%, [round(SStime_track.time_dilation_avg,1)]%, [round(SStime_track.time_dilation_avg_slow,1)]%)")
@@ -577,7 +578,6 @@
if(client && client.holder)
if(statpanel("MC"))
stat("Round ID:", "[GLOB.round_id ? GLOB.round_id : "NULL"]")
stat("Location:", "([x], [y], [z])")
stat("CPU:", "[world.cpu]")
stat("Instances:", "[world.contents.len]")