diff options
Diffstat (limited to 'NorthstarDLL/scripts/server/miscserverfixes.cpp')
-rw-r--r-- | NorthstarDLL/scripts/server/miscserverfixes.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/NorthstarDLL/scripts/server/miscserverfixes.cpp b/NorthstarDLL/scripts/server/miscserverfixes.cpp deleted file mode 100644 index 48c2c111..00000000 --- a/NorthstarDLL/scripts/server/miscserverfixes.cpp +++ /dev/null @@ -1,6 +0,0 @@ - -ON_DLL_LOAD("server.dll", MiscServerFixes, (CModule module)) -{ - // nop out call to VGUI shutdown since it crashes the game when quitting from the console - module.Offset(0x154A96).NOP(5); -} |