This commit is contained in:
2024-11-23 15:36:34 +01:00
parent 35ca8f3877
commit 7437f87d22
@@ -40,7 +40,7 @@ public class SWScoreboard21 implements SWScoreboard.ISWScoreboard {
for(Map.Entry<Player, ScoreboardCallback> scoreboard : playerBoards.entrySet()) {
render(scoreboard.getKey(), scoreboard.getValue());
}
}, 5, 10);
}, 10, 5);
}
private static void render(Player player, ScoreboardCallback callback) {