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