aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azalea-client/src/packet_handling.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/packet_handling.rs b/azalea-client/src/packet_handling.rs
index 70bf2778..547b1b4b 100644
--- a/azalea-client/src/packet_handling.rs
+++ b/azalea-client/src/packet_handling.rs
@@ -875,7 +875,7 @@ fn process_packet_events(ecs: &mut World) {
for state in &p.states {
world
.chunks
- .set_block_state(&(p.section_pos + state.pos.clone()), state.state);
+ .set_block_state(&(p.section_pos + state.pos), state.state);
}
}
ClientboundGamePacket::GameEvent(p) => {