aboutsummaryrefslogtreecommitdiff
path: root/primedev/scripts/server/miscserverfixes.cpp
blob: 48c2c11117ea8783caf3e88fb16d88d9a9a59490 (plain)
1
2
3
4
5
6
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);
}