SteamWar/BungeeCore
Archiviert
13
2

Fix TablistManager

Dieser Commit ist enthalten in:
yoyosource 2021-06-25 16:37:30 +02:00
Ursprung 4a94f453f6
Commit 1c9bd9fcff

Datei anzeigen

@ -219,6 +219,7 @@ public class TablistManager extends BasicListener {
i = update(currentServer, players, i);
}
setSize(Math.max((i + 19) / 20, 5), 20);
finish(i);
}catch(IndexOutOfBoundsException | NullPointerException e){
//Ignore IndexOutOfBoundsException