mirror of
https://github.com/ApfelTeeSaft/F4Menu.git
synced 2026-08-26 19:23:28 +00:00
fuck it
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user