1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-24 21:46:16 +00:00

fix res command error...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-09-30 19:54:35 +08:00
parent 8215d02de0
commit a898be349c
2 changed files with 12 additions and 1 deletions

View File

@@ -335,6 +335,9 @@ public class ResidenceMain extends JavaPlugin {
if (cevent.isCancelled()) {
return true;
}
if (args.length == 0) {
return hdmcnd.onCommand(sender, command, label, new String[] { "?" });
}
return hdmcnd.onCommand(sender, command, label, args);
}