Skip to content

Commit

Permalink
Remove debug code woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Direwolf20-MC committed Sep 11, 2024
1 parent df7acd3 commit d1b5430
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d1b5430

Please sign in to comment.