Fix instance counter (#3188)

This commit is contained in:
Lohikar
2017-07-31 21:48:49 +03:00
committed by Erki
parent 523b203273
commit bf43f94801
+1 -1
View File
@@ -754,7 +754,7 @@
if(statpanel("MC"))
stat("CPU:", world.cpu)
stat("Tick Usage:", world.tick_usage)
stat("Instances:", world.contents.len)
stat("Instances:", num2text(world.contents.len, 7))
if (config.fastboot)
stat(null, "FASTBOOT ENABLED")
if(Master)