[QuickPatch] Reimplement logfile dvar to disable the logfile

This commit is contained in:
momo5502 2017-06-08 12:37:09 +02:00
parent 4d088cd620
commit 712a469465

View File

@ -288,7 +288,8 @@ namespace Components
Utils::Hook::Set<BYTE>(0x4D3A74, 0);
// Force debug logging
Utils::Hook::Nop(0x4AA89F, 8);
Utils::Hook::Set<BYTE>(0x60AE4A, 1);
//Utils::Hook::Nop(0x60AE49, 8);
//Utils::Hook::Set<BYTE>(0x6FF53C, 0);
// remove activeAction execution (exploit in mods)