diff --git a/Core/src/main/java/com/intellectualcrafters/plot/commands/Owner.java b/Core/src/main/java/com/intellectualcrafters/plot/commands/Owner.java index 10b889753..ad8cdf861 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/commands/Owner.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/commands/Owner.java @@ -40,7 +40,7 @@ public class Owner extends SetCommand { name = UUIDHandler.getName(uuid); name = name == null ? value : name; } - if (uuid == null) { + if (uuid == null || value.equalsIgnoreCase("-")) { if (value.equalsIgnoreCase("none") || value.equalsIgnoreCase("null") || value.equalsIgnoreCase("-")) { Set connected = plot.getConnectedPlots(); plot.unlinkPlot(false, false);