Added forgotten bracket from pr

I assume this one was done in a text edior
This commit is contained in:
Sekwah 2020-04-20 20:36:42 +01:00
parent 1e322aa2ce
commit 9528ad6049
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class AdvancedPortalsCommand implements CommandExecutor, TabCompleter {
break;
}
}
} else if (args.length == 1 && player.hasPermission("advancedportals.portal.warp") {
} else if (args.length == 1 && player.hasPermission("advancedportals.portal.warp")) {
sendMenu(player, "Help Menu: Warp",
"\u00A76/" + command + " warp <name> \u00A7a- teleport to warp name");
}