Skip to content

Commit

Permalink
add the missing Acknowledge Block Change packet when the player break…
Browse files Browse the repository at this point in the history
… a block
  • Loading branch information
aure31 committed Dec 30, 2024
1 parent 6f7433e commit a1b7f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pumpkin/src/net/packet/play.rs
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,10 @@ impl Player {
.on_broken(block, self, location, server)
.await;
}

self.client
.send_packet(&CAcknowledgeBlockChange::new(player_action.sequence))
.await;
}
}
Status::CancelledDigging => {
Expand Down

0 comments on commit a1b7f3a

Please sign in to comment.