mirror of
https://github.com/songoda/EpicFarming.git
synced 2025-02-23 07:51:38 +01:00
issue with natural end rods.
This commit is contained in:
parent
857247ba86
commit
3751c60c8e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user