diff options
Diffstat (limited to 'server/src/commands.rs')
-rw-r--r-- | server/src/commands.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |