fix battle record loading

This commit is contained in:
Martin Michelsen
2023-09-25 22:37:44 -07:00
parent f036f137f7
commit b7ceeb029a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ void ServerState::remove_lobby(uint32_t lobby_id) {
primary_l->log.info("Unlinking watcher lobby %" PRIX32, l->lobby_id);
primary_l->watcher_lobbies.erase(l);
} else {
l->log.info("Watched lobby is missing");
l->log.info("No watched lobby to unlink");
}
l->watched_lobby.reset();
} else {