handle BB not sending C6 after 08E8

This commit is contained in:
Martin Michelsen
2026-04-25 12:06:43 -07:00
parent 7a29b39771
commit 75e7232096
7 changed files with 46 additions and 26 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ shared_ptr<Client> ServerState::find_client(const string* identifier, uint64_t a
for (auto& other_l : this->all_lobbies()) {
if (l == other_l) {
continue; // don't bother looking again
continue; // Don't bother looking again
}
try {
return other_l->find_client(identifier, account_id);