Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Sep 5, 2021
1 parent 837ea2b commit cf224b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class PlayerInteractListener implements Listener {
XMaterial.TRIPWIRE
));

@EventHandler(ignoreCancelled = true)
public void onPlayerInteract(PlayerInteractEvent event) {
if (!IridiumSkyblockAPI.getInstance().isIslandWorld(event.getPlayer().getWorld())) return;

Expand Down

0 comments on commit cf224b8

Please sign in to comment.