From e33e82e87e1e63aa4bc1e599171f61c5c1fa9f15 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 4 Sep 2024 23:41:19 +0200 Subject: player in progress packet --- pixel-client/src/game.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pixel-client/src') diff --git a/pixel-client/src/game.rs b/pixel-client/src/game.rs index 5239a002..fb81ba90 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.rs @@ -348,11 +348,13 @@ impl Game { item, position, speed, + player, warn, } => { self.get_item(item).as_mut().unwrap().active = Some(Involvement { position, speed, + player, warn, recipe: RecipeIndex(0), }); -- cgit v1.2.3-70-g09d2