From 47176814bc3137bc5aa09d28bc4f5aa6b6e5d65e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 26 Aug 2025 23:05:03 +0200 Subject: server: annouce start feature, entity constructors, pause timer --- server/src/commands.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/src/commands.rs') diff --git a/server/src/commands.rs b/server/src/commands.rs index 02562c87..91d81c12 100644 --- a/server/src/commands.rs +++ b/server/src/commands.rs @@ -156,6 +156,9 @@ impl Server { .await .map_err(|e| TrError::Plain(e.to_string()))?; self.load(data, timer.map(Duration::from_secs)); + self.start_pause_timer = 3.; + self.packet_out + .push_back(PacketC::Menu(Menu::AnnounceStart)); } Command::End => { self.tx -- cgit v1.2.3-70-g09d2