Skip to content

Commit

Permalink
Fixed Permissions.COMMANDSPY_ALERT
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Jan 28, 2022
1 parent df533a2 commit 8c7c740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class Permissions {
public static final String BYPASS_UNICODE = "chatregulator.bypass.unicode";
public static final String BYPASS_CAPS = "chatregulator.bypass.caps";

public static final String COMMANDSPY_ALERT = "";
public static final String COMMANDSPY_ALERT = "chatregulator.commandspy.alert";
public static final String BYPASS_COMMANDSPY = "chatregulator.bypass.commandspy";

private Permissions(){}
Expand Down

0 comments on commit 8c7c740

Please sign in to comment.