Moved to MC Tab

Moves the time stamp to the MC Tab per Fox's request.
This commit is contained in:
Twinmold93
2019-05-02 12:59:05 -05:00
parent 726e0af91a
commit fe0c04534f
+1 -2
View File
@@ -981,6 +981,7 @@ var/list/slot_equipment_priority = list( \
stat("CPU:", "[world.cpu]")
stat("Instances:", "[num2text(world.contents.len, 10)]")
GLOB.stat_entry()
stat("Server Time:", time_stamp())
stat(null)
if(Master)
Master.stat_entry()
@@ -1001,8 +1002,6 @@ var/list/slot_equipment_priority = list( \
/mob/proc/show_stat_station_time()
stat(null, "Round Time: [worldtime2text()]")
stat(null, "Station Time: [station_time_timestamp()]")
if(client.holder && (client.holder.rights & R_ADMIN))
stat(null, "Server Time: [time_stamp()]")
// this function displays the shuttles ETA in the status panel if the shuttle has been called
/mob/proc/show_stat_emergency_shuttle_eta()