Skip to content

Commit

Permalink
Update WarpsCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Nov 5, 2023
1 parent 2558d9d commit a1e03af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public WarpsCommand(Warp addon) {
*/
@Override
public void setup() {
this.setPermission(this.getParent() == null ? Warp.WELCOME_WARP_SIGNS + ".warp" : "island.warp");
this.setPermission(this.getParent() == null ? Warp.WELCOME_WARP_SIGNS + ".warps" : "island.warps");
this.setOnlyPlayer(true);
this.setDescription("warps.help.description");
}
Expand Down

0 comments on commit a1e03af

Please sign in to comment.