1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-10 09:34:44 +02:00

Fix issue with tab-completing /party commands.

This commit is contained in:
GJ
2013-04-28 01:11:44 -04:00
parent 70601a4560
commit fba131936a

@ -171,7 +171,7 @@ public class PartyCommand implements TabExecutor {
return ImmutableList.of();
}
switch (PartySubcommandType.valueOf(args[0].toUpperCase())) {
switch (subcommand) {
case JOIN:
case INVITE:
case KICK: