Skip to content

Commit ce5830e

Browse files
authored
Merge pull request #2120 from BentoBoxWorld/develop
1.23.1 release - hot fix
2 parents 0ee9ff4 + 577e476 commit ce5830e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
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>

src/main/java/world/bentobox/bentobox/listeners/flags/protection/PlaceBlocksListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import org.bukkit.event.player.PlayerInteractEntityEvent;
1515
import org.bukkit.event.player.PlayerInteractEvent;
1616

17-
import world.bentobox.bentobox.BentoBox;
1817
import world.bentobox.bentobox.api.flags.FlagListener;
1918
import 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
{

0 commit comments

Comments
 (0)