Hotfixing Softreload
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
a02c3c617e
Commit
9ca9fcf38f
@ -39,6 +39,10 @@ public class TablistManager extends BasicListener {
|
||||
}catch(IOException e){
|
||||
throw new SecurityException("Could not load icons", e);
|
||||
}
|
||||
|
||||
for(ProxiedPlayer p : ProxyServer.getInstance().getPlayers()){
|
||||
tablists.put(p, new Tablist(p));
|
||||
}
|
||||
}
|
||||
|
||||
private void calcHeader(){
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren