mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-03-13 15:09:13 +01:00
This comment was incorrect.
This commit is contained in:
parent
94e399bc99
commit
e147c21fec
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user