Skip to content

Commit

Permalink
Fixed detection of warp names in delwarp command
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed May 4, 2022
1 parent 4bec7a4 commit 0ab853d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ public Message getPermissionLackMessage() {

@Override
public void execute(SuperiorSkyblockPlugin plugin, SuperiorPlayer superiorPlayer, Island island, String[] args) {
IslandWarp islandWarp = CommandArguments.getWarp(superiorPlayer.asPlayer(), island, args, 3);
IslandWarp islandWarp = CommandArguments.getWarp(superiorPlayer.asPlayer(), island, args, 1);

if (islandWarp == null)
return;
Expand Down

0 comments on commit 0ab853d

Please sign in to comment.