Archiviert
1
0

Hotfixing Softreload

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2020-04-25 14:43:59 +02:00
Ursprung a02c3c617e
Commit 9ca9fcf38f

Datei anzeigen

@ -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(){