mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 18:47:20 +01:00
Add Help to the Import Command
This commit is contained in:
parent
71bfd2a1ad
commit
6bf9d1c9bb
@ -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:
|
// Since we made an exception for the list, we have to make sure they have at least 2 params:
|
||||||
if(args.size() == 1) {
|
if(args.size() == 1) {
|
||||||
|
this.showHelp(sender);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
File worldFile = new File(this.plugin.getServerFolder(), worldName);
|
File worldFile = new File(this.plugin.getServerFolder(), worldName);
|
||||||
|
Loading…
Reference in New Issue
Block a user