From a73a9b515317a4ea5e0601ef4303f3e72cf04402 Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:47:22 +0100 Subject: [PATCH] fuck it --- F4Menu/gameplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F4Menu/gameplay.h b/F4Menu/gameplay.h index 07f227cf8..e58dfd528 100644 --- a/F4Menu/gameplay.h +++ b/F4Menu/gameplay.h @@ -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");