mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 12:13:57 +00:00
Potentially fixed.
This commit is contained in:
parent
bbca07b9d7
commit
039c01b7b4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ import com.sk89q.worldedit.regions.CuboidRegion;
|
||||||
}
|
}
|
||||||
boolean r = ((plot.getOwner() != null) && plot.getOwner().equals(UUIDHandler.getUUID(p))) || plot.helpers.contains(DBFunc.everyone) || plot.helpers.contains(UUIDHandler.getUUID(p));
|
boolean r = ((plot.getOwner() != null) && plot.getOwner().equals(UUIDHandler.getUUID(p))) || plot.helpers.contains(DBFunc.everyone) || plot.helpers.contains(UUIDHandler.getUUID(p));
|
||||||
if (r) {
|
if (r) {
|
||||||
final World w = p.getWorld();
|
final World w = l.getWorld();
|
||||||
|
|
||||||
final Location bloc = PlotHelper.getPlotBottomLoc(w, plot.id);
|
final Location bloc = PlotHelper.getPlotBottomLoc(w, plot.id);
|
||||||
final Location tloc = PlotHelper.getPlotTopLoc(w, plot.id);
|
final Location tloc = PlotHelper.getPlotTopLoc(w, plot.id);
|
||||||
|
|
Loading…
Reference in a new issue