1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-26 22:06:07 +00:00

fix some command error...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-09-24 20:31:08 +08:00
parent 89b9e48ca8
commit 31ae195bab
6 changed files with 67 additions and 59 deletions

View File

@@ -16,6 +16,7 @@ public class CommandLimits extends BaseCommand {
public CommandLimits(final Residence plugin) {
super("limits");
this.plugin = plugin;
setOnlyPlayerExecutable(true);
}
@Override