We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf00d21 commit 0d68529Copy full SHA for 0d68529
src/main/java/io/github/lukas2005/multicraft/EventHandler.java
@@ -91,7 +91,6 @@ public static void onPlayerInteract(PlayerInteractEvent event) {
91
92
if (is.getItem() == Items.DYE) {
93
if (e.getTarget() instanceof EntityShulker) {
94
- System.out.println("DYED BOX");
95
if (!e.getWorld().isRemote) {
96
is.setCount(is.getCount() - 1);
97
EntityShulker sh = (EntityShulker) e.getTarget();
0 commit comments