Remove redundant TODO comment in CombatPhase.java

The comment about adding players to the boss bar list was removed as it is completed.
This commit is contained in:
Teriuihi 2025-02-11 23:10:06 +01:00
parent 9ae63ba1e4
commit 3b4beefb37

View File

@ -25,7 +25,6 @@ public class CombatPhase implements GamePhaseExecutor {
executorService = Executors.newSingleThreadScheduledExecutor();
}
executorService.scheduleAtFixedRate(flag, 0, 1, TimeUnit.SECONDS);
// TODO Add players to bossbar list for capture progress(or maybe only when any progress is made)
}
@Override