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())) {