Fix PlotSquared region
This commit is contained in:
parent
18f1e90ca5
commit
00ecbe538a
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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())) {
|
||||
|
Loading…
Reference in New Issue
Block a user