diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/Plot.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/Plot.java index bb723aef3..ee2e23413 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/Plot.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/Plot.java @@ -337,7 +337,7 @@ public class Plot { } public boolean isOwnerAbs(UUID uuid) { - return uuid.equals(this.owner); + return uuid.equals(this.getOwner()); } /**