diff options
author | metamuffin <metamuffin@disroot.org> | 2025-08-29 20:45:24 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-08-29 20:45:24 +0200 |
commit | f9fca9a3b657aff75bb6d56f4a9fea90ef8c19e9 (patch) | |
tree | ea20574b7332f2227460261e1c6e46e25543de19 /server | |
parent | 47176814bc3137bc5aa09d28bc4f5aa6b6e5d65e (diff) | |
download | hurrycurry-f9fca9a3b657aff75bb6d56f4a9fea90ef8c19e9.tar hurrycurry-f9fca9a3b657aff75bb6d56f4a9fea90ef8c19e9.tar.bz2 hurrycurry-f9fca9a3b657aff75bb6d56f4a9fea90ef8c19e9.tar.zst |
drei komma fünf
Diffstat (limited to 'server')
-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)); } |