patch name on sp too

This commit is contained in:
FutureRave 2022-10-04 22:26:49 +01:00
parent cebe66e625
commit 53f219aa66
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31
2 changed files with 3 additions and 1 deletions

2
deps/zstd vendored

@ -1 +1 @@
Subproject commit 33273e1b9cc478f6d10fa029d1da0cd65330ae0a
Subproject commit 096dccbc2d89a560db0b9892c53ea0c77eff20a1

View File

@ -37,6 +37,8 @@ private:
// Disable remote storage
utils::hook::set<BYTE>(0x663B5A, 0xEB);
utils::hook::set<BYTE>(0x663C54, 0xEB);
utils::hook(0x44C640, &live_get_local_client_name_stub, HOOK_JUMP).install()->quick();
}
void patch_mp() const