Fix PlotSquared region

This commit is contained in:
Jesse Boyd 2016-03-27 00:33:39 +11:00
parent 18f1e90ca5
commit 00ecbe538a
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@
<dependency>
<groupId>com.intellectualcrafters.plot</groupId>
<artifactId>plotsquared</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>com.worldcretornica</groupId>

View File

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