mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-08 21:19:30 +01: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) {
|
||||
return uuid.equals(this.owner);
|
||||
return uuid.equals(this.getOwner());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user