aboutsummaryrefslogtreecommitdiff
path: root/server/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-08-29 20:45:24 +0200
committermetamuffin <metamuffin@disroot.org>2025-08-29 20:45:24 +0200
commitf9fca9a3b657aff75bb6d56f4a9fea90ef8c19e9 (patch)
treeea20574b7332f2227460261e1c6e46e25543de19 /server/src
parent47176814bc3137bc5aa09d28bc4f5aa6b6e5d65e (diff)
downloadhurrycurry-f9fca9a3b657aff75bb6d56f4a9fea90ef8c19e9.tar
hurrycurry-f9fca9a3b657aff75bb6d56f4a9fea90ef8c19e9.tar.bz2
hurrycurry-f9fca9a3b657aff75bb6d56f4a9fea90ef8c19e9.tar.zst
drei komma fünf
Diffstat (limited to 'server/src')
-rw-r--r--server/src/commands.rs2
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));
}