[Ceg] Remove very expensive function from Live_Init

This commit is contained in:
Diavolo
2022-07-08 18:40:09 +02:00
parent 7841df2982
commit a0c1e4e464

View File

@ -48,5 +48,8 @@ namespace Components
// Looking for stuff in the registry
Utils::Hook::Nop(0x4826F8, 5);
// Live_Init
Utils::Hook::Nop(0x420937, 5);
}
}