mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-26 10:19:15 +00:00
uncomment entity count tracking
This was commented during the 1.21.5 update while waiting for moonrise.
This commit is contained in:
@@ -26,8 +26,7 @@ public final class TickInformationCollector {
|
||||
int entities = 0;
|
||||
for (ServerLevel level : levels) {
|
||||
chunks += level.chunkSource.getFullChunksCount();
|
||||
// todo 1.21.5 update
|
||||
//entities += level.entityTickList.entities.size();
|
||||
entities += level.entityTickList.entities.size();
|
||||
}
|
||||
|
||||
double averageTick = this.tickSamples.longStream()
|
||||
|
||||
Reference in New Issue
Block a user