mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Make sure /plot home
ignores server owned plots
This commit is contained in:
parent
ae57264487
commit
45360f0979
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user