num2text the Instances number (#30509)

This commit is contained in:
Kyle Spier-Swenson
2017-09-09 12:23:54 -07:00
committed by CitadelStationBot
parent 1769b0272a
commit 8e0ef4f38f
+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)