diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-11 15:38:06 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-11 15:38:06 +0100 |
commit | e82d6661912c3010ba77958fc977d8db1e7bc769 (patch) | |
tree | 632a53804b827e14ba654c906ea37f4a581b48e9 /NorthstarDedicatedTest/miscserverfixes.cpp | |
parent | c9771185a73ffb324887a85f6d2185bd14da374d (diff) | |
download | NorthstarLauncher-e82d6661912c3010ba77958fc977d8db1e7bc769.tar.gz NorthstarLauncher-e82d6661912c3010ba77958fc977d8db1e7bc769.zip |
rename g_ModManager to g_pModManager
Diffstat (limited to 'NorthstarDedicatedTest/miscserverfixes.cpp')
-rw-r--r-- | NorthstarDedicatedTest/miscserverfixes.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/NorthstarDedicatedTest/miscserverfixes.cpp b/NorthstarDedicatedTest/miscserverfixes.cpp index eca7f798..139ae0c0 100644 --- a/NorthstarDedicatedTest/miscserverfixes.cpp +++ b/NorthstarDedicatedTest/miscserverfixes.cpp @@ -9,11 +9,6 @@ ON_DLL_LOAD("server.dll", MiscServerFixes, [](HMODULE baseAddress) { uintptr_t ba = (uintptr_t)baseAddress; - // ret at the start of the concommand GenerateObjFile as it can crash servers - { - NSMem::BytePatch(ba + 0x38D920, "C3"); - } - // nop out call to VGUI shutdown since it crashes the game when quitting from the console { NSMem::NOP(ba + 0x154A96, 5); |