mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fix instance counter (#3188)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user