[Ceg] Remove very expensive function from Live_Init
This commit is contained in:
parent
7841df2982
commit
a0c1e4e464
@ -48,5 +48,8 @@ namespace Components
|
||||
|
||||
// Looking for stuff in the registry
|
||||
Utils::Hook::Nop(0x4826F8, 5);
|
||||
|
||||
// Live_Init
|
||||
Utils::Hook::Nop(0x420937, 5);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user