aboutsummaryrefslogtreecommitdiff
path: root/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'server/src')
-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() {