mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-23 15:50:29 +02:00
Make sure /plot home
ignores server owned plots
This commit is contained in:
@@ -337,7 +337,7 @@ public class Plot {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isOwnerAbs(UUID uuid) {
|
public boolean isOwnerAbs(UUID uuid) {
|
||||||
return uuid.equals(this.owner);
|
return uuid.equals(this.getOwner());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user