Don't execute configs for dedi and zonebuilder.
This commit is contained in:
parent
b819f7e68e
commit
4a5e543442
@ -220,6 +220,9 @@ namespace Components
|
||||
// stop saving a config_mp.cfg
|
||||
Utils::Hook::Set<BYTE>(0x60B240, 0xC3);
|
||||
|
||||
// don't load the config
|
||||
Utils::Hook::Set<BYTE>(0x4B4D19, 0xEB);
|
||||
|
||||
// Dedicated frame handler
|
||||
Utils::Hook(0x4B0F81, Dedicated::FrameStub, HOOK_CALL).Install()->Quick();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user