mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-05 18:19:38 +01:00
Fixed not being able to link to anything other than hoppers.
This commit is contained in:
parent
aff7392d07
commit
3ad86f6247
@ -80,10 +80,6 @@ public class InteractListeners implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!instance.getHopperManager().isHopper(event.getClickedBlock().getLocation())) {
|
||||
return;
|
||||
}
|
||||
|
||||
PlayerData playerData = instance.getPlayerDataManager().getPlayerData(player);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user