Skip to content

Commit 10747da

Browse files
committed
chore: remove some todo comments that are already done
1 parent 25a7f11 commit 10747da

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/me/zetastormy/akropolis/module/modules/visual/nametag/NametagManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public class NametagManager extends Module implements LifeCycle {
4444
private NametagHelper nametagHelper;
4545
private int nametagTask;
4646

47-
// TODO: make this work on reload
4847
public NametagManager(AkropolisPlugin plugin) {
4948
super(plugin, ModuleType.NAMETAG);
5049
}

src/main/java/me/zetastormy/akropolis/module/modules/visual/scoreboard/ScoreboardManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public class ScoreboardManager extends Module implements LifeCycle {
4949
private String title;
5050
private List<String> lines;
5151

52-
// TODO: also make this work on reload :(
5352
public ScoreboardManager(AkropolisPlugin plugin) {
5453
super(plugin, ModuleType.SCOREBOARD);
5554
}

0 commit comments

Comments
 (0)