aboutsummaryrefslogtreecommitdiff
path: root/server/editor
diff options
context:
space:
mode:
Diffstat (limited to 'server/editor')
-rw-r--r--server/editor/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/editor/src/main.rs b/server/editor/src/main.rs
index dc9c6735..be0fcbc5 100644
--- a/server/editor/src/main.rs
+++ b/server/editor/src/main.rs
@@ -305,7 +305,7 @@ impl State {
}
PacketS::Interact {
hand: Hand(1),
- pos: Some(_),
+ target: Some(_),
..
} => {
self.tile.0 += 1;
@@ -317,7 +317,7 @@ impl State {
}
PacketS::Interact {
hand: Hand(0),
- pos: Some(_),
+ target: Some(_),
..
} => {
let bpos = self.movement.position.floor().as_ivec2();