From 1361e092813f429cfc82fd06f39ccbf51b3fac5f Mon Sep 17 00:00:00 2001 From: maybegreat48 <96936658+maybegreat48@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:47:26 +0000 Subject: [PATCH] Hotfix loading missions while host (#1011) * fix(FastJoin): remove object id patches * remove(FastJoin) --- src/pointers.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/pointers.cpp b/src/pointers.cpp index 45f451dc..74f297fb 100644 --- a/src/pointers.cpp +++ b/src/pointers.cpp @@ -677,18 +677,6 @@ namespace big m_decode_peer_info = ptr.as(); }); - // Can Start Session Joining Check - main_batch.add("CSSJC", "77 DB ? ? ? ? ? ? ? 74 09", [this](memory::handle ptr) - { - memory::byte_patch::make(ptr.as(), 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(), 0xEB)->apply(); // join faster - }); - // NTQVM Caller main_batch.add("NTQVMC", "66 0F 6F 0D ? ? ? ? 66 0F 6F 05 ? ? ? ? 66 0F 66 C4", [this](memory::handle ptr) {