Fix TablistManager
Dieser Commit ist enthalten in:
Ursprung
4a94f453f6
Commit
1c9bd9fcff
@ -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
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren