From 3a105986f1c86de32fcb10f183672d9fef0a9526 Mon Sep 17 00:00:00 2001 From: Skull <86374920+skkuull@users.noreply.github.com> Date: Tue, 28 Jun 2022 21:49:36 +0300 Subject: [PATCH] comment worthy [skip ci] --- src/client/component/patches.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/component/patches.cpp b/src/client/component/patches.cpp index 5e38234d..f9ef180d 100644 --- a/src/client/component/patches.cpp +++ b/src/client/component/patches.cpp @@ -333,6 +333,7 @@ namespace patches static void patch_mp() { + // fix vid_restart crash utils::hook::set(0x139680_b, 0xC3); utils::hook::jump(0x5BB9C0_b, &live_get_local_client_name);