mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-06 02:29:42 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!instance.getHopperManager().isHopper(event.getClickedBlock().getLocation())) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
PlayerData playerData = instance.getPlayerDataManager().getPlayerData(player);
|
PlayerData playerData = instance.getPlayerDataManager().getPlayerData(player);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user