Skip to content

Commit

Permalink
[CORE] Reorder the check... SIGH AGAIN
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 b3cc1f2 commit 628077b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ private void runUpdateCheckerWithOPNotifyOnJoinEnabled() {
//Implement Glow Effects for Wolfstorm/ArmorStandEditor-Issues#5 - Add Disable Slots with Different Glow than Default
private void registerScoreboards(Scoreboard scoreboard) {
for(String teamToBeRegistered : asTeams){
team = scoreboard.getTeam(teamToBeRegistered);
scoreboard.registerNewTeam(teamToBeRegistered);
team = scoreboard.getTeam(teamToBeRegistered);
if(team != null){
if(teamToBeRegistered == lockedTeam){
getServer().getLogger().info("Registering Scoreboards required for Glowing Effects when Disabling Slots...");
Expand Down

0 comments on commit 628077b

Please sign in to comment.