Merge pull request #2673 from Citadel-Station-13/upstream-merge-30509

[MIRROR] num2text the Instances number
This commit is contained in:
LetterJay
2017-09-11 17:53:54 -05:00
committed by GitHub
+1 -1
View File
@@ -587,7 +587,7 @@
var/turf/T = get_turf(client.eye)
stat("Location:", COORD(T))
stat("CPU:", "[world.cpu]")
stat("Instances:", "[world.contents.len]")
stat("Instances:", "[num2text(world.contents.len, 10)]")
GLOB.stat_entry()
config.stat_entry()
stat(null)