diff options
Diffstat (limited to 'server/src/commands.rs')
-rw-r--r-- | server/src/commands.rs | 1 |
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() { |