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();
}
switch (PartySubcommandType.valueOf(args[0].toUpperCase())) {
switch (subcommand) {
case JOIN:
case INVITE:
case KICK: