[Ceg] Remove check in the registry

This commit is contained in:
Diavolo 2022-07-05 18:43:24 +02:00
parent a3d92939ad
commit 7841df2982
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -45,5 +45,8 @@ namespace Components
Utils::Hook::Set<BYTE>(0x4F4CF0, 0xC3);
Utils::Hook::Set<BYTE>(0x432180, 0xC3);
Utils::Hook::Set<BYTE>(0x461930, 0xC3);
// Looking for stuff in the registry
Utils::Hook::Nop(0x4826F8, 5);
}
}