Skip to content

Commit

Permalink
Disable verbose enable-on-join by default even for OPs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB440 committed Dec 1, 2024
1 parent 5fd8230 commit b885612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ bukkit {

register("grim.verbose.enable-on-join") {
description = "Enable verbose alerts on join. Requires grim.alerts and grim.alerts.enable-on-join"
default = Permission.Default.OP
default = Permission.Default.FALSE
}
}
}
Expand Down

0 comments on commit b885612

Please sign in to comment.