mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-10 12:50:18 +01:00
Removed unnecessary for #1836.
This commit is contained in:
parent
bc20ecbe60
commit
2b4d386eb2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user