Add Help to the Import Command

This commit is contained in:
Eric Stokes 2011-11-25 22:59:06 -07:00
parent 71bfd2a1ad
commit 6bf9d1c9bb
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class ImportCommand extends MultiverseCommand {
}
// Since we made an exception for the list, we have to make sure they have at least 2 params:
if(args.size() == 1) {
this.showHelp(sender);
return;
}
File worldFile = new File(this.plugin.getServerFolder(), worldName);