File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/world/bentobox/bentobox/listeners/flags/protection Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1414import org .bukkit .event .player .PlayerInteractEntityEvent ;
1515import org .bukkit .event .player .PlayerInteractEvent ;
1616
17- import world .bentobox .bentobox .BentoBox ;
1817import world .bentobox .bentobox .api .flags .FlagListener ;
1918import world .bentobox .bentobox .lists .Flags ;
2019
@@ -71,7 +70,6 @@ public void onHangingPlace(final HangingPlaceEvent e)
7170 @ EventHandler (priority = EventPriority .LOWEST , ignoreCancelled = true )
7271 public void onPlayerHitItemFrame (PlayerInteractEntityEvent e )
7372 {
74- BentoBox .getInstance ().logDebug (e .getEventName ());
7573 if (e .getRightClicked ().getType ().equals (EntityType .ITEM_FRAME ) ||
7674 e .getRightClicked ().getType ().equals (EntityType .GLOW_ITEM_FRAME ))
7775 {
You can’t perform that action at this time.
0 commit comments