From 82bb10aed64190520a87d9bdfe0cc89b6e38296c Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 24 Apr 2023 18:52:24 +0200 Subject: [PATCH] Properly fix random authentication crashes --- src/client/component/auth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/auth.cpp b/src/client/component/auth.cpp index 9d8108f8..91931526 100644 --- a/src/client/component/auth.cpp +++ b/src/client/component/auth.cpp @@ -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(0x14134B970_g, 0xC3); } for (const auto& patch : patches)