This commit is contained in:
Jeremy Wood 2017-07-12 22:58:33 -04:00
parent 4878395460
commit bc20ecbe60
1 changed files with 5 additions and 0 deletions

View File

@ -131,6 +131,11 @@ public class ImportCommand extends MultiverseCommand {
File worldFile = new File(this.plugin.getServer().getWorldContainer(), worldName);
if (!checkIfIsWorld(worldFile)) {
sender.sendMessage(ChatColor.RED + "Sorry, but that does not look like a world!");
return;
}
String generator = CommandHandler.getFlag("-g", args);
boolean useSpawnAdjust = true;
for (String s : args) {