issue with natural end rods.

This commit is contained in:
Brianna O'Keefe 2018-10-30 23:05:27 -04:00
parent 857247ba86
commit 3751c60c8e

View File

@ -150,9 +150,7 @@ public class BlockListeners implements Listener {
Farm farm = instance.getFarmManager().removeFarm(event.getBlock().getLocation());
if (farm == null) {
return;
}
if (farm == null) return;
instance.getFarmTask().getCrops(farm, false);
event.setCancelled(true);