Properly fix random authentication crashes

This commit is contained in:
momo5502 2023-04-24 18:52:24 +02:00
parent 71265cc5de
commit 82bb10aed6

View File

@ -384,7 +384,7 @@ namespace auth
utils::hook::call(0x14134BF7D_g, send_connect_data_stub);
// Fix crash
utils::hook::nop(0x142249097_g, 5);
utils::hook::set<uint8_t>(0x14134B970_g, 0xC3);
}
for (const auto& patch : patches)