Skip to content

Commit

Permalink
chore: set player variable to final
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Sep 10, 2024
1 parent 2d2e2a6 commit 85e8d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public enum Permissions {
return Collections.unmodifiableMap(this.children);
}

public final boolean hasPermission(Player player) {
public final boolean hasPermission(final Player player) {
return player.hasPermission(getPermission());
}
}

0 comments on commit 85e8d78

Please sign in to comment.