Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya committed Nov 25, 2024
1 parent 572bd08 commit 090742d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public void onPlayerInteractEvent(final PlayerInteractEvent event) {

if ((event.getAction() == Action.RIGHT_CLICK_BLOCK || event.getAction() == Action.LEFT_CLICK_BLOCK)
&& (material == Material.COMPARATOR || material == Material.REPEATER)) {
System.out.println("redstone 1");
ListenersUtils.checkPermission(player.getLocation(), player, PermissionsIsland.REDSTONE, event);
return;
}
Expand Down

0 comments on commit 090742d

Please sign in to comment.