Fixes MC panel Location not working while inside containers

This commit is contained in:
CitadelStationBot
2017-06-13 02:45:50 -05:00
parent 32c576b7cf
commit 9ba274a3da
+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()