mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 08:25:08 +00:00
Make sure /plot home
ignores server owned plots
This commit is contained in:
parent
ae57264487
commit
45360f0979
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ public class Plot {
|
|||
}
|
||||
|
||||
public boolean isOwnerAbs(UUID uuid) {
|
||||
return uuid.equals(this.owner);
|
||||
return uuid.equals(this.getOwner());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue