From c75b83236e4345f1a705d878acb1d59c1ad38746 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 13 Aug 2024 16:48:38 +0200 Subject: customers work except for points and return to spawn --- server/bot/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/bot/src/main.rs') diff --git a/server/bot/src/main.rs b/server/bot/src/main.rs index cf115358..bb30cb68 100644 --- a/server/bot/src/main.rs +++ b/server/bot/src/main.rs @@ -92,6 +92,7 @@ fn main() -> Result<()> { boost, interact, leave, + extra, } = b.state.tick(b.id, &game, dt); if leave { @@ -112,6 +113,7 @@ fn main() -> Result<()> { boost, pos: None, }); + network.queue_out.extend(extra); true }); -- cgit v1.2.3-70-g09d2