comment worthy [skip ci]

This commit is contained in:
Skull 2022-06-28 21:49:36 +03:00
parent 74ef6fee5f
commit 3a105986f1

View File

@ -333,6 +333,7 @@ namespace patches
static void patch_mp()
{
// fix vid_restart crash
utils::hook::set<uint8_t>(0x139680_b, 0xC3);
utils::hook::jump(0x5BB9C0_b, &live_get_local_client_name);