From 45d1617d22c7a4f6e6c6f61df19c91582cd26215 Mon Sep 17 00:00:00 2001 From: m Date: Wed, 17 Jan 2024 06:24:27 -0600 Subject: [PATCH] fix stat/prestige reset crashing game fixes #274 #180 --- src/client/component/demonware.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/component/demonware.cpp b/src/client/component/demonware.cpp index c1451299..7d07babd 100644 --- a/src/client/component/demonware.cpp +++ b/src/client/component/demonware.cpp @@ -596,6 +596,7 @@ namespace demonware utils::hook::nop(0x19BB67_b, 5); // LiveStorage_SendMatchDataComplete (crashes at the end of match) utils::hook::nop(0x19BC3F_b, 5); // LiveStorage_GettingStoreConfigComplete probably (crashes randomly) utils::hook::nop(0x19BC48_b, 5); // similar to above (crashes in killcam) + utils::hook::nop(0x19BBA3_b, 5); // LiveStorage_LogComplete (crashes when prestiging, LiveStorage_LogPrestige?) utils::hook::set(0x1A3340_b, 0xC3); // Live_CheckForFullDisconnect // Remove some while loop that freezes the rendering for a few secs while connecting