From 00ecbe538a3ca64f85bead27987984f2e0ea3cd6 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Sun, 27 Mar 2016 00:33:39 +1100 Subject: [PATCH] Fix PlotSquared region --- pom.xml | 2 +- .../java/com/boydti/fawe/bukkit/regions/PlotSquaredFeature.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 050b937e..8557b321 100644 --- a/pom.xml +++ b/pom.xml @@ -213,7 +213,7 @@ com.intellectualcrafters.plot plotsquared - 3.3.0 + 3.3.1 com.worldcretornica diff --git a/src/main/java/com/boydti/fawe/bukkit/regions/PlotSquaredFeature.java b/src/main/java/com/boydti/fawe/bukkit/regions/PlotSquaredFeature.java index 071f7124..bb8f406b 100644 --- a/src/main/java/com/boydti/fawe/bukkit/regions/PlotSquaredFeature.java +++ b/src/main/java/com/boydti/fawe/bukkit/regions/PlotSquaredFeature.java @@ -46,7 +46,7 @@ public class PlotSquaredFeature extends BukkitMaskManager implements Listener { } } if (plot != null) { - final PlotId id = plot.id; + final PlotId id = plot.getId(); boolean hasPerm = false; if (plot.owner != null) { if (plot.owner.equals(pp.getUUID())) {