diff options
Diffstat (limited to 'server/src/commands.rs')
-rw-r--r-- | server/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands.rs b/server/src/commands.rs index 91d81c12..718f1617 100644 --- a/server/src/commands.rs +++ b/server/src/commands.rs @@ -156,7 +156,7 @@ 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.start_pause_timer = 3.5; self.packet_out .push_back(PacketC::Menu(Menu::AnnounceStart)); } |