don't send Ep3 lobby banners again after ending a proxy session

This commit is contained in:
Martin Michelsen
2023-09-08 10:47:13 -07:00
parent c1ed1afa5b
commit 245ebd92c6
5 changed files with 29 additions and 16 deletions
-3
View File
@@ -2190,9 +2190,6 @@ void send_ep3_card_list_update(shared_ptr<ServerState> s, shared_ptr<Client> c)
w.write(data);
send_command(c, 0xB8, 0x00, w.str());
c->flags |= Client::Flag::HAS_EP3_CARD_DEFS;
send_update_client_config(c);
}
}