Skip to content

Commit

Permalink
fix spacing formatting 6
Browse files Browse the repository at this point in the history
Co-authored-by: ManInMyVan <[email protected]>
  • Loading branch information
overkidding and ManInMyVan authored Sep 14, 2024
1 parent 89a795a commit 7ac2319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ac/grim/grimac/checks/Check.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public boolean shouldModifyPackets() {
return isEnabled && !player.disableGrim && !player.noModifyPacketPermission && !exempted;
}

public void updateExempted () {
public void updateExempted() {
if (player.bukkitPlayer == null || checkName == null) return;
FoliaScheduler.getEntityScheduler().run(player.bukkitPlayer, GrimAPI.INSTANCE.getPlugin(),
t -> exempted = player.bukkitPlayer.hasPermission("grim.exempt." + checkName.toLowerCase()),
Expand Down

0 comments on commit 7ac2319

Please sign in to comment.