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

View File

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