aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/maps/5star.yaml2
-rw-r--r--server/src/commands.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml
index db3b62c0..d2d329b2 100644
--- a/data/maps/5star.yaml
+++ b/data/maps/5star.yaml
@@ -35,7 +35,7 @@ map:
- " ''█...........x..#█E..K█'-'' "
- " ''█...........x..p█F..L█'-'' "
- " ''█.c......c..x..p██||██'-'' "
- - " ''▒ctc....ctc.█.......C█'-'' "
+ - " ''▒ctc....ctc.█.......e█'-'' "
- "'''▒ctc....ctc.|.......#█'-'' "
- "'''█.c......c..█ffoo####█'-'' "
- "'''██▒███||██▒██████▒██▒█'-'' "
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() {