Skip to content

Commit

Permalink
Merge pull request #2 from Badbird-5907/timer-fix
Browse files Browse the repository at this point in the history
fix combat log timer stuck
  • Loading branch information
Badbird5907 authored Dec 4, 2021
2 parents 97aa299 + c710efd commit 242bf46
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static void update() {
}
}
}

private static void updateBoard(Player player, int i) {
if (i <= 0) {
player.setScoreboard(Bukkit.getScoreboardManager().getNewScoreboard());
Expand Down

0 comments on commit 242bf46

Please sign in to comment.