mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 11:09:17 +01:00
fix 14.60 + "cheat pausesafezone"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user