diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/bot/src/step.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bot/src/step.rs b/server/bot/src/step.rs index f5f74f38..8f103cff 100644 --- a/server/bot/src/step.rs +++ b/server/bot/src/step.rs @@ -156,7 +156,7 @@ impl StepState { out.push(PacketS::Movement { player: self.me, dir, - boost: self.path.is_stuck(2.), + boost: self.path.is_stuck(0.5), pos: None, }); } |