Ok this is boring im only doing sleepy

This commit is contained in:
YesseYesseY
2025-07-18 00:15:08 +02:00
parent 76a02275b8
commit 1d52d26224
5 changed files with 43 additions and 85 deletions

View File

@@ -153,6 +153,7 @@ static inline void ProcessEventHook(UObject* Object, UFunction* Function, void*
!strstr(ObjectName.c_str(), "FortPhysicsObjectComponent") &&
!strstr(FunctionName.c_str(), "GetTextValue") &&
!strstr(FunctionName.c_str(), "ServerUpdateLevelVisibility") &&
!strstr(FunctionName.c_str(), "UpdatePlayerPositionsWithinTheMID") &&
!strstr(FunctionName.c_str(), "ExecuteUbergraph_BGA_Petrol_Pickup"))
{
LOG_INFO(LogDev, "Function called: {} with {}", FunctionFullName, ObjectName);