Removed unnecessary for #1836.

This commit is contained in:
Jeremy Wood 2017-07-13 15:47:43 -04:00
parent bc20ecbe60
commit 2b4d386eb2
1 changed files with 0 additions and 5 deletions

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) {