mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-23 17:47:43 +01:00
Remove console spamming debug.
This commit is contained in:
parent
8d0fcf0169
commit
577e476796
@ -14,7 +14,6 @@ import org.bukkit.event.hanging.HangingPlaceEvent;
|
||||
import org.bukkit.event.player.PlayerInteractEntityEvent;
|
||||
import org.bukkit.event.player.PlayerInteractEvent;
|
||||
|
||||
import world.bentobox.bentobox.BentoBox;
|
||||
import world.bentobox.bentobox.api.flags.FlagListener;
|
||||
import world.bentobox.bentobox.lists.Flags;
|
||||
|
||||
@ -71,7 +70,6 @@ public class PlaceBlocksListener extends FlagListener
|
||||
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
|
||||
public void onPlayerHitItemFrame(PlayerInteractEntityEvent e)
|
||||
{
|
||||
BentoBox.getInstance().logDebug(e.getEventName());
|
||||
if (e.getRightClicked().getType().equals(EntityType.ITEM_FRAME) ||
|
||||
e.getRightClicked().getType().equals(EntityType.GLOW_ITEM_FRAME))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user