From 74ef6fee5f9f4c17c448cef7caff5f1ec393b5e0 Mon Sep 17 00:00:00 2001 From: Skull <86374920+skkuull@users.noreply.github.com> Date: Tue, 28 Jun 2022 21:48:46 +0300 Subject: [PATCH] fix vid_restart crash --- src/client/component/patches.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/component/patches.cpp b/src/client/component/patches.cpp index 31f0a07b..5e38234d 100644 --- a/src/client/component/patches.cpp +++ b/src/client/component/patches.cpp @@ -333,6 +333,8 @@ namespace patches static void patch_mp() { + utils::hook::set(0x139680_b, 0xC3); + utils::hook::jump(0x5BB9C0_b, &live_get_local_client_name); // Disable data validation error popup