mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-26 10:44:42 +02:00
Potentially fixed.
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user