This commit is contained in:
Pascal Sthamer 2020-02-18 14:53:39 +01:00
parent f5238027c7
commit f3b04d52d5
No known key found for this signature in database
GPG Key ID: BD32A96DA773ADAF
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class MinecraftVanilla extends Core {
}
}
// players.sample may not contain all players or no players at all, depending on how many players are only.
// players.sample may not contain all players or no players at all, depending on how many players are online.
// Insert a dummy player object for every online player that is not listed in players.sample.
// Limit player amount to 10.000 players for performance reasons.
for (let i = state.players.length; i < Math.min(json.players.online, 10000); i++) {