aboutsummaryrefslogtreecommitdiff
path: root/server/src/commands.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-30 14:49:28 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-30 14:49:31 +0200
commit4d76a36ec3731a2931978f8c6400bfc5d2edbc38 (patch)
tree0f2bdca74564b65de34edaf7f3d81fcd3cc7be64 /server/src/commands.rs
parentbc977488a737f957bb1683c1a720b8f03531860a (diff)
downloadhurrycurry-4d76a36ec3731a2931978f8c6400bfc5d2edbc38.tar
hurrycurry-4d76a36ec3731a2931978f8c6400bfc5d2edbc38.tar.bz2
hurrycurry-4d76a36ec3731a2931978f8c6400bfc5d2edbc38.tar.zst
Done announce start when reloading
Diffstat (limited to 'server/src/commands.rs')
-rw-r--r--server/src/commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/commands.rs b/server/src/commands.rs
index ad5812bd..2a922e3f 100644
--- a/server/src/commands.rs
+++ b/server/src/commands.rs
@@ -210,6 +210,7 @@ impl Server {
.map_err(|e| TrError::Plain(e.to_string()))?,
None,
);
+ self.announce_state = AnnounceState::Done
}
Command::Ready { force, unready } => {
for c in self.connections.values_mut() {