mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-26 02:57:42 +01:00
Changed entity report format slightly.
This makes it clearer to users what that floating point number means.
This commit is contained in:
parent
2510c3eeb5
commit
d38d7fc492
@ -231,7 +231,7 @@ private void appendWorldInformation(List<World> worlds) {
|
||||
for (Map.Entry<Class<? extends Entity>, Integer> entry
|
||||
: entityCounts.entrySet()) {
|
||||
entitiesLog.put(entry.getKey().getSimpleName(),
|
||||
"%d [%f]",
|
||||
"%d [%f/chunk]",
|
||||
entry.getValue(),
|
||||
(float) (entry.getValue() / (double) loadedChunkCount));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user