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);
|
i = update(currentServer, players, i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setSize(Math.max((i + 19) / 20, 5), 20);
|
||||||
finish(i);
|
finish(i);
|
||||||
}catch(IndexOutOfBoundsException | NullPointerException e){
|
}catch(IndexOutOfBoundsException | NullPointerException e){
|
||||||
//Ignore IndexOutOfBoundsException
|
//Ignore IndexOutOfBoundsException
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren