Skip to content

Commit

Permalink
[CORE] Fix TODOs in Comments after Version Update.
Browse files Browse the repository at this point in the history
- No Hotfix required. Minor Update. No Functionality Changed.

Signed-off-by: Wolfieheart <[email protected]>
Signed-off-by: Wolfstorm <[email protected]>
  • Loading branch information
Wolfieheart committed Mar 6, 2022
1 parent 9f2c3f4 commit aaf10f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ public void onEnable(){
print("Sneaking required to activate the UI: " + requireSneaking);


//Send Messages to Action Bar - NEW SINCE 1.16 at least (?)
//TODO: Fix above comment with correct version - FUTURE CHORE!
//Send Messages to Action Bar
sendToActionBar = getConfig().getBoolean("sendMessagesToActionBar", true);
print("Messages being sent to action bar?: " + sendToActionBar);

Expand Down

0 comments on commit aaf10f5

Please sign in to comment.