summaryrefslogtreecommitdiff
path: root/pixel-client
diff options
context:
space:
mode:
Diffstat (limited to 'pixel-client')
-rw-r--r--pixel-client/src/game.rs2
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),
});