Skip to content

Commit

Permalink
[CI-SKIP] Fix the logger info message when Unregistering Scoreboards
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Dec 20, 2024
1 parent 628077b commit e351001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ private void registerScoreboards(Scoreboard scoreboard) {
}

private void unregisterScoreboards(Scoreboard scoreboard) {
getLogger().info("Removing Scoreboards required for Glowing Effects");
getLogger().info("Removing Scoreboards required for Glowing Effects when Disabling Slots...");
for(String teamToBeRegistered : asTeams){
team = scoreboard.getTeam(teamToBeRegistered);
if(team != null){
Expand Down

0 comments on commit e351001

Please sign in to comment.