Skip to content

Commit

Permalink
fix stat/prestige reset crashing game
Browse files Browse the repository at this point in the history
fixes #274 #180
  • Loading branch information
mjkzy committed Jan 17, 2024
1 parent 5cdc2dc commit 45d1617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/component/demonware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<uint8_t>(0x1A3340_b, 0xC3); // Live_CheckForFullDisconnect

// Remove some while loop that freezes the rendering for a few secs while connecting
Expand Down

0 comments on commit 45d1617

Please sign in to comment.