Properly kill voice chat
This commit is contained in:
parent
a9614cdd4d
commit
64e0e05e1e
@ -267,7 +267,7 @@ namespace network
|
|||||||
handle_packet_internal_hook.create(game::select(0x141EF7FE0, 0x1404A5B90), &handle_packet_internal_stub);
|
handle_packet_internal_hook.create(game::select(0x141EF7FE0, 0x1404A5B90), &handle_packet_internal_stub);
|
||||||
|
|
||||||
// Kill voice chat
|
// Kill voice chat
|
||||||
utils::hook::nop(game::select(0x14134CDB3, 0x14018EB90), 9);
|
utils::hook::set<uint32_t>(game::select(0x141359310, 0x14018FE40), 0xC3C03148);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user