diff --git a/src/main/java/com/direwolf20/justdirethings/common/blockentities/basebe/GooBlockBE_Base.java b/src/main/java/com/direwolf20/justdirethings/common/blockentities/basebe/GooBlockBE_Base.java index f447f6eb..417dfc7f 100644 --- a/src/main/java/com/direwolf20/justdirethings/common/blockentities/basebe/GooBlockBE_Base.java +++ b/src/main/java/com/direwolf20/justdirethings/common/blockentities/basebe/GooBlockBE_Base.java @@ -243,7 +243,6 @@ public void onDataPacket(Connection net, ClientboundBlockEntityDataPacket pkt, H public void markDirtyClient() { this.setChanged(); - System.out.println("Dirty!"); if (this.getLevel() != null) { BlockState state = this.getLevel().getBlockState(this.getBlockPos()); this.getLevel().sendBlockUpdated(this.getBlockPos(), state, state, 3);