Skip to content

Commit

Permalink
fix spacing formatting 1
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 510247f commit 89a795a
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 @@ -65,7 +65,7 @@ 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()),
()->{});
() -> {});
}

public final boolean flagAndAlert(String verbose) {
Expand Down

0 comments on commit 89a795a

Please sign in to comment.