diff options
Diffstat (limited to 'pixel-client/src')
-rw-r--r-- | pixel-client/src/game.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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), }); |