File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/world/bentobox/bentobox/listeners/flags/protection Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 8888 <!-- Do not change unless you want different name for local builds. -->
8989 <build .number>-LOCAL</build .number>
9090 <!-- This allows to change between versions. -->
91- <build .version>1.23.0 </build .version>
91+ <build .version>1.23.1 </build .version>
9292 <sonar .organization>bentobox-world</sonar .organization>
9393 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
9494 <server .jars>${project.basedir} /lib</server .jars>
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