Skip to content

Commit

Permalink
Update Warp.java
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jan 19, 2023
1 parent d3b4539 commit 225b4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/world/bentobox/warps/Warp.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ public void onEnable() {
.defaultRank(RanksManager.MEMBER_RANK)
.clickHandler(new CycleClick("PLACE_WARP",
RanksManager.MEMBER_RANK,
RanksManager.OWNER_RANK)).
.defaultSetting(false).
RanksManager.OWNER_RANK))
.defaultSetting(false)
.mode(Flag.Mode.EXPERT)
.build();

Expand Down

0 comments on commit 225b4d6

Please sign in to comment.