This comment was incorrect.

This commit is contained in:
Brianna 2020-12-07 13:34:10 -06:00
parent 94e399bc99
commit e147c21fec

View File

@ -71,7 +71,7 @@ public class HopTask extends BukkitRunnable {
// Get Hopper Block.
Block block = location.getBlock();
// If block is not a hopper remove and continue.
// If block is not a hopper continue.
if (block.getType() != Material.HOPPER)
continue;