SteamWar/FightSystem
Archiviert
13
1

Hotfix scoreboard

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-04-03 15:25:59 +02:00
Ursprung d2674e2140
Commit 83fdf1411c

Datei anzeigen

@ -106,6 +106,7 @@ public class FightScoreboard implements Listener, ScoreboardCallback {
}
private void updateScoreboard() {
scores.clear();
switch((index++ / 10) % 3){
case 0:
generalScoreboard();