mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fixes #997 for 1.8
This commit is contained in:
@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user