Skip to content

Commit

Permalink
style: Add missing bracket for deny example (#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Nov 29, 2021
1 parent bec5140 commit 3ed369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/main/java/com/plotsquared/core/command/Deny.java
Expand Up @@ -52,7 +52,7 @@

@CommandDeclaration(command = "deny",
aliases = {"d", "ban"},
usage = "/plot deny <player",
usage = "/plot deny <player>",
category = CommandCategory.SETTINGS,
requiredType = RequiredType.PLAYER)
public class Deny extends SubCommand {
Expand Down

0 comments on commit 3ed369d

Please sign in to comment.