Merge branch 'development'

This commit is contained in:
Fernando Pettinelli 2021-02-07 17:33:02 -03:00
commit 22e2965648
2 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicHoppers</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>4.6.18</version>
<version>4.6.19</version>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>EpicHoppers-${project.version}</finalName>

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);