mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
s1 & s2
This commit is contained in:
@@ -236,7 +236,7 @@ namespace Hooking
|
||||
|
||||
if (!DefaultClass || !DefaultClass->VFTable)
|
||||
{
|
||||
LOG_WARN(LogHook, "DefaultClass or the vtable is null! ({})", __int64(DefaultClass));
|
||||
LOG_WARN(LogHook, "DefaultClass or the vtable for function {} is null! ({})", Function->GetName(), __int64(DefaultClass));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user