Removed unnecessary for #1836.

(cherry picked from commit 2b4d386eb2)
This commit is contained in:
Jeremy Wood 2017-07-13 15:47:43 -04:00
parent 4a7244b544
commit 4023b42938

View File

@ -131,11 +131,6 @@ 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) {