Allow remove command to be used from console

This commit is contained in:
wizjany
2013-03-26 00:50:45 -04:00
parent 0e8508847e
commit 51515473bc
2 changed files with 12 additions and 2 deletions

View File

@ -1398,6 +1398,8 @@ public class WorldEdit {
} catch (CommandUsageException e) {
player.printError(e.getMessage());
player.printError(e.getUsage());
} catch (PlayerNeededException e) {
player.printError(e.getMessage());
} catch (WrappedCommandException e) {
throw e.getCause();
} catch (UnhandledCommandException e) {