Properly kill voice chat

This commit is contained in:
Maurice Heumann 2023-03-07 17:01:51 +01:00
parent a9614cdd4d
commit 64e0e05e1e

View File

@ -267,7 +267,7 @@ namespace network
handle_packet_internal_hook.create(game::select(0x141EF7FE0, 0x1404A5B90), &handle_packet_internal_stub);
// Kill voice chat
utils::hook::nop(game::select(0x14134CDB3, 0x14018EB90), 9);
utils::hook::set<uint32_t>(game::select(0x141359310, 0x14018FE40), 0xC3C03148);
}
};
}