Fix crash in connect handler

This commit is contained in:
momo5502 2023-04-21 21:29:44 +02:00
parent cf21342b04
commit ff70b3e1c5

View File

@ -382,6 +382,9 @@ namespace auth
p(0x141EB74D2_g, 0x141EB7515_g); // ?
utils::hook::call(0x14134BF7D_g, send_connect_data_stub);
// Fix crash
utils::hook::nop(0x142249097_g, 5);
}
for (const auto& patch : patches)