This commit is contained in:
Fox McCloud
2019-05-13 17:22:57 -04:00
parent c639b5d0f6
commit 68effd9d83
23 changed files with 80 additions and 1125 deletions
-7
View File
@@ -968,13 +968,6 @@ var/list/slot_equipment_priority = list( \
if(is_admin(src))
if(statpanel("DI")) //not looking at that panel
stat("Loc", "([x], [y], [z]) [loc]")
stat("CPU", "[world.cpu]")
stat("Instances", "[world.contents.len]")
if(processScheduler)
processScheduler.statProcesses()
if(statpanel("MC")) //looking at that panel
var/turf/T = get_turf(client.eye)
stat("Location:", COORD(T))