update command notes with pso pc findings

This commit is contained in:
Martin Michelsen
2022-06-03 18:41:22 -07:00
parent e139745f51
commit 316e9533d8
2 changed files with 114 additions and 44 deletions
+1 -1
View File
@@ -1702,7 +1702,7 @@ void process_disable_auto_reply(shared_ptr<ServerState>, shared_ptr<Client> c,
void process_set_blocked_senders_list(shared_ptr<ServerState>, shared_ptr<Client> c,
uint16_t, uint32_t, const string& data) { // C6
const auto& cmd = check_size_t<C_SetBlockedSenders_C6>(data);
const auto& cmd = check_size_t<C_SetBlockedSenders_GC_BB_C6>(data);
c->game_data.account()->blocked_senders = cmd.blocked_senders;
}