mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
i probably broke the whole projecvt
This commit is contained in:
@@ -201,6 +201,12 @@ namespace Hooking
|
||||
if (!Function)
|
||||
return false;
|
||||
|
||||
if (!DefaultClass || !DefaultClass->VFTable)
|
||||
{
|
||||
LOG_WARN(LogHook, "DefaultClass or the vtable is null! ({})", __int64(DefaultClass));
|
||||
return false;
|
||||
}
|
||||
|
||||
auto Exec = Function->GetFunc();
|
||||
|
||||
if (bHookExec)
|
||||
|
||||
Reference in New Issue
Block a user