Fixes MC panel Location not working while inside containers
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user