fix 14.60 + "cheat pausesafezone"

This commit is contained in:
Milxnor
2023-03-26 18:10:02 -04:00
parent 47126e9bac
commit f42c420486
8 changed files with 80 additions and 393 deletions

View File

@@ -282,6 +282,7 @@ void ProcessEventHook(UObject* Object, UFunction* Function, void* Parameters)
!strstr(FunctionName.c_str(), "MoveFromOffset__UpdateFunc") &&
!strstr(FunctionFullName.c_str(), "PinkOatmeal_GreenGlop_C") &&
!strstr(ObjectName.c_str(), "CBGA_GreenGlop_WithGrav_C") &&
!strstr(ObjectName.c_str(), "FlopperSpawn") &&
!strstr(FunctionFullName.c_str(), "GCNL_EnvCampFire_Fire_C"))
{
LOG_INFO(LogDev, "Function called: {} with {}", FunctionFullName, ObjectName);