There was an error while loading. Please reload this page.
2 parents e0cf1c7 + d7a61dd commit 2aecd43Copy full SHA for 2aecd43
1 file changed
pomme-client/src/app/phases/in_game.rs
@@ -2271,6 +2271,8 @@ pub fn update_game(
2271
flap_speed: extras.flap_speed,
2272
is_creepy: e.is_creepy,
2273
is_converting: e.is_converting,
2274
+ // TODO: derive from the main-hand item (vanilla
2275
+ // `isHoldingItem`) once mob equipment tracking lands.
2276
is_holding_item: e.witch_drinking,
2277
nose_wobble_speed: extras.nose_wobble_speed,
2278
body_transform: extras.body_transform,
0 commit comments