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

update...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-13 12:31:54 +08:00
parent 802338de20
commit 6b01aaf888

View File

@@ -113,7 +113,7 @@ public class CommandRes extends BaseCommand implements DefaultCommand {
} }
@Override @Override
public void defaultexecute(final CommandSender sender, final Command command, final String label) throws CommandException { public void defaultExecute(final CommandSender sender, final Command command, final String label) throws CommandException {
commandHelp(new String[] { "?" }, true, sender); commandHelp(new String[] { "?" }, true, sender);
} }