Merge pull request #1567 from Citadel-Station-13/upstream-merge-28368

[MIRROR] Fixes MC panel Location not working while inside containers
This commit is contained in:
LetterJay
2017-06-13 06:37:37 -05:00
committed by GitHub
+2 -1
View File
@@ -591,7 +591,8 @@
if(client && client.holder)
if(statpanel("MC"))
stat("Location:", "([x], [y], [z])")
var/turf/T = get_turf(client.eye)
stat("Location:", COORD(T))
stat("CPU:", "[world.cpu]")
stat("Instances:", "[world.contents.len]")
GLOB.stat_entry()