Fixed not being able to link to anything other than hoppers.

This commit is contained in:
Fernando Pettinelli 2021-02-07 17:31:26 -03:00
parent aff7392d07
commit 3ad86f6247

View File

@ -80,10 +80,6 @@ public class InteractListeners implements Listener {
return;
}
if (!instance.getHopperManager().isHopper(event.getClickedBlock().getLocation())) {
return;
}
PlayerData playerData = instance.getPlayerDataManager().getPlayerData(player);