Make sure /plot home ignores server owned plots

This commit is contained in:
Sauilitired 2019-03-30 13:32:45 +01:00
parent ae57264487
commit 45360f0979
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

@ -337,7 +337,7 @@ public class Plot {
}
public boolean isOwnerAbs(UUID uuid) {
return uuid.equals(this.owner);
return uuid.equals(this.getOwner());
}
/**