diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugImportWorlds.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugImportWorlds.java index 85fb9a752..f46e9e588 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugImportWorlds.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugImportWorlds.java @@ -42,7 +42,7 @@ import java.util.UUID; } for (File folder : container.listFiles()) { String name = folder.getName(); - if (!WorldUtil.IMP.isWorld(name) && PlotId.fromString(name) == null) { + if (!WorldUtil.IMP.isWorld(name) && PlotId.fromStringOrNull(name) == null) { UUID uuid = UUIDHandler.getUUID(name, null); if (uuid == null) { uuid =