Fix service not available disconnect

When loading the map takes too long the game can give the error:
"The Call of Duty: Advanced Warfare service is not available at this time. Please try again later."

This happens often on lower end computers.
Live_CheckForFullDisconnect seems to be the cause for this, which I have patched for this fix.
This commit is contained in:
quaK 2021-05-06 23:58:21 +03:00
parent f9c443e6a5
commit 74bc6f5bc8

View File

@ -430,6 +430,7 @@ namespace demonware
utils::hook::inject(0x140038A07, "http://prod.umbrella.demonware.net/v1.0/");
utils::hook::set<uint8_t>(0x140437CC0, 0xC3); // SV_SendMatchData
utils::hook::set<uint8_t>(0x140560D70, 0xC3); // Live_CheckForFullDisconnect
}
void pre_destroy() override