geforkt von SteamWar/BungeeCore
Fix TablistManager
Dieser Commit ist enthalten in:
Ursprung
1c9bd9fcff
Commit
11f61f34cd
@ -219,7 +219,8 @@ public class TablistManager extends BasicListener {
|
||||
i = update(currentServer, players, i);
|
||||
}
|
||||
|
||||
setSize(Math.max((i + 19) / 20, 5), 20);
|
||||
// Shrink Down
|
||||
setSize(Math.min((i + 19) / 20, 4), 20);
|
||||
finish(i);
|
||||
}catch(IndexOutOfBoundsException | NullPointerException e){
|
||||
//Ignore IndexOutOfBoundsException
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren