Hotfix loading missions while host (#1011)
* fix(FastJoin): remove object id patches * remove(FastJoin)
This commit is contained in:
parent
5c8e7e8a15
commit
1361e09281
@ -677,18 +677,6 @@ namespace big
|
|||||||
m_decode_peer_info = ptr.as<functions::decode_peer_info>();
|
m_decode_peer_info = ptr.as<functions::decode_peer_info>();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Can Start Session Joining Check
|
|
||||||
main_batch.add("CSSJC", "77 DB ? ? ? ? ? ? ? 74 09", [this](memory::handle ptr)
|
|
||||||
{
|
|
||||||
memory::byte_patch::make(ptr.as<void*>(), std::to_array({ 0x90, 0x90 }))->apply(); // join faster
|
|
||||||
});
|
|
||||||
|
|
||||||
// Can Start Joining Joining Check
|
|
||||||
main_batch.add("CSJJC", "74 16 48 8B 0B E8 ? ? ? ? 84 C0", [this](memory::handle ptr)
|
|
||||||
{
|
|
||||||
memory::byte_patch::make(ptr.as<uint8_t*>(), 0xEB)->apply(); // join faster
|
|
||||||
});
|
|
||||||
|
|
||||||
// NTQVM Caller
|
// NTQVM Caller
|
||||||
main_batch.add("NTQVMC", "66 0F 6F 0D ? ? ? ? 66 0F 6F 05 ? ? ? ? 66 0F 66 C4", [this](memory::handle ptr)
|
main_batch.add("NTQVMC", "66 0F 6F 0D ? ? ? ? 66 0F 6F 05 ? ? ? ? 66 0F 66 C4", [this](memory::handle ptr)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user