Skip to content

Commit c7651f4

Browse files
committed
explosion knockback is additive since 24w33a
1 parent b56e2d1 commit c7651f4

File tree

1 file changed

+1
-1
lines changed
  • azalea-client/src/plugins/packet/game

1 file changed

+1
-1
lines changed

azalea-client/src/plugins/packet/game/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ impl GamePacketHandler<'_> {
12671267
if let Some(knockback) = p.player_knockback {
12681268
knockback_events.trigger(KnockbackEvent {
12691269
entity: self.player,
1270-
data: KnockbackData::Set(knockback),
1270+
data: KnockbackData::Add(knockback),
12711271
});
12721272
}
12731273
});

0 commit comments

Comments
 (0)