mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-17 23:38:45 +01:00
Whoops.
This commit is contained in:
@@ -1032,7 +1032,7 @@ public class PlayerEvents extends com.plotsquared.listener.PlotListener implemen
|
||||
return;
|
||||
}
|
||||
Location loc = BukkitUtil.getLocation(blocks.get(0).getLocation());
|
||||
final Plot origin = MainUtil.getPlot(loc);
|
||||
final Plot origin = MainUtil.getPlot(loc);
|
||||
if (origin == null) {
|
||||
if (MainUtil.isPlotAreaAbs(loc)) {
|
||||
e.setCancelled(true);
|
||||
|
||||
Reference in New Issue
Block a user