Fix block ignition location check

This commit is contained in:
Alexander Söderberg 2020-04-08 17:15:17 +02:00
parent 616d22ceac
commit 7ac389b698

View File

@ -2222,7 +2222,7 @@ public class PlayerEvents extends PlotListener implements Listener {
return;
}
Plot plot = area.getOwnedPlotAbs(location1);
Plot plot = area.getOwnedPlot(location1);
if (player != null) {
PlotPlayer pp = BukkitUtil.getPlayer(player);
if (plot == null) {