aboutsummaryrefslogtreecommitdiff
path: root/server/src/customer/movement.rs
diff options
context:
space:
mode:
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,
}
}