Fixes #997 for 1.8

This commit is contained in:
Jesse Boyd
2016-03-25 14:50:57 +11:00
parent 30d57d8642
commit f74e7bb4cb
3 changed files with 17 additions and 10 deletions

View File

@ -14,6 +14,6 @@ public class Chat extends SubCommand {
@Override
public boolean onCommand(PlotPlayer player, String... args) {
return MainCommand.onCommand(player, "plot", "toggle", "chat");
return MainCommand.onCommand(player, "toggle", "chat");
}
}