This commit is contained in:
ApfelTeeSaft
2024-10-28 09:47:22 +01:00
parent a4d2f75f25
commit a73a9b5153
+1 -1
View File
@@ -6,7 +6,7 @@ void (*oProcessEvent)(SDK::UObject* Object, SDK::UFunction* Function, void* Para
void hkProcessEvent(SDK::UObject* Object, SDK::UFunction* Function, void* Parameters)
{
string FunctionName = Function->GetName();
auto* PlayerCharacter = NULL // for now, implement later dunno where it is
auto* PlayerCharacter = nullptr // for now, implement later dunno where it is
// mockup for now
if (FunctionName == "OnUnrealConsoleInput");