Correct comment

This commit is contained in:
tastybento 2021-02-13 10:30:05 -08:00
parent 69818923fc
commit f2faeb71df
1 changed files with 1 additions and 1 deletions

View File

@ -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;