forked from SteamWar/SteamWar
Fixes
This commit is contained in:
@@ -40,7 +40,7 @@ public class SWScoreboard21 implements SWScoreboard.ISWScoreboard {
|
|||||||
for(Map.Entry<Player, ScoreboardCallback> scoreboard : playerBoards.entrySet()) {
|
for(Map.Entry<Player, ScoreboardCallback> scoreboard : playerBoards.entrySet()) {
|
||||||
render(scoreboard.getKey(), scoreboard.getValue());
|
render(scoreboard.getKey(), scoreboard.getValue());
|
||||||
}
|
}
|
||||||
}, 5, 10);
|
}, 10, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void render(Player player, ScoreboardCallback callback) {
|
private static void render(Player player, ScoreboardCallback callback) {
|
||||||
|
|||||||
Reference in New Issue
Block a user