mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-01-14 12:11:30 +01:00
Added forgotten bracket from pr
I assume this one was done in a text edior
This commit is contained in:
parent
1e322aa2ce
commit
9528ad6049
@ -77,7 +77,7 @@ public class AdvancedPortalsCommand implements CommandExecutor, TabCompleter {
|
|||||||
break;
|
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",
|
sendMenu(player, "Help Menu: Warp",
|
||||||
"\u00A76/" + command + " warp <name> \u00A7a- teleport to warp name");
|
"\u00A76/" + command + " warp <name> \u00A7a- teleport to warp name");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user