aboutsummaryrefslogtreecommitdiff
path: root/server/src/customer/movement.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-07 15:25:48 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-07 15:25:48 +0200
commit3ebb7582afc24992674cf6ebc0d6f314569d727f (patch)
tree093d355bb411b051e4e6ba3d80bb061f77b4939b /server/src/customer/movement.rs
parent120eb58c117f251fc548275a7440c2b2492ec6aa (diff)
downloadhurrycurry-3ebb7582afc24992674cf6ebc0d6f314569d727f.tar
hurrycurry-3ebb7582afc24992674cf6ebc0d6f314569d727f.tar.bz2
hurrycurry-3ebb7582afc24992674cf6ebc0d6f314569d727f.tar.zst
transmit boosting state
Diffstat (limited to 'server/src/customer/movement.rs')
-rw-r--r--server/src/customer/movement.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/customer/movement.rs b/server/src/customer/movement.rs
index c6350ebd..bf2752f1 100644
--- a/server/src/customer/movement.rs
+++ b/server/src/customer/movement.rs
@@ -72,6 +72,7 @@ impl MovementBase {
PacketS::Position {
pos: self.position,
+ boosting: false,
rot,
}
}