diff --git a/src/main/java/world/bentobox/greenhouses/managers/EcoSystemManager.java b/src/main/java/world/bentobox/greenhouses/managers/EcoSystemManager.java index 0138a05..c3a2e95 100644 --- a/src/main/java/world/bentobox/greenhouses/managers/EcoSystemManager.java +++ b/src/main/java/world/bentobox/greenhouses/managers/EcoSystemManager.java @@ -223,7 +223,7 @@ public class EcoSystemManager { if (gh.getRoofHopperLocation() == null) { return null; } - // Check if there are any bonemeal in the hopper + // Check if the hopper block is still a hopper if (gh.getRoofHopperLocation().getBlock().getType() != Material.HOPPER) { gh.setRoofHopperLocation(null); return null;