mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-22 07:21:58 +01:00
parent
4a7244b544
commit
4023b42938
@ -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