another annoying cache thing

This commit is contained in:
dordsor21 2020-12-14 15:22:10 +00:00
parent e8e116312a
commit 992a683ba2
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -198,7 +198,7 @@ public class BlockEventListener implements Listener {
@EventHandler(ignoreCancelled = true, priority = EventPriority.HIGHEST)
public void onPhysicsEvent(BlockPhysicsEvent event) {
Block block = event.getBlock();
Location location = BukkitUtil.getLocation(block.getLocation());
Location location = BukkitUtil.adapt(block.getLocation());
PlotArea area = location.getPlotArea();
if (area == null) {
return;