Skip to content

Commit 0d68529

Browse files
author
lukas2005
committed
removed debug println
1 parent bf00d21 commit 0d68529

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/github/lukas2005/multicraft/EventHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public static void onPlayerInteract(PlayerInteractEvent event) {
9191

9292
if (is.getItem() == Items.DYE) {
9393
if (e.getTarget() instanceof EntityShulker) {
94-
System.out.println("DYED BOX");
9594
if (!e.getWorld().isRemote) {
9695
is.setCount(is.getCount() - 1);
9796
EntityShulker sh = (EntityShulker) e.getTarget();

0 commit comments

Comments
 (0)