Skip to content

Commit 9528ad6

Browse files
author
Sekwah
committed
Added forgotten bracket from pr
I assume this one was done in a text edior
1 parent 1e322aa commit 9528ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/sekwah/advancedportals/bukkit/AdvancedPortalsCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String command, Stri
7777
break;
7878
}
7979
}
80-
} else if (args.length == 1 && player.hasPermission("advancedportals.portal.warp") {
80+
} else if (args.length == 1 && player.hasPermission("advancedportals.portal.warp")) {
8181
sendMenu(player, "Help Menu: Warp",
8282
"\u00A76/" + command + " warp <name> \u00A7a- teleport to warp name");
8383
}

0 commit comments

Comments
 (0)