mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
i broke the whole project but its fine
complete pickup rewrite, idle pawns
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "KismetStringLibrary.h"
|
||||
#include "DataTableFunctionLibrary.h"
|
||||
#include "FortPlaysetItemDefinition.h"
|
||||
#include "gui.h"
|
||||
|
||||
static inline void (*SetZoneToIndexOriginal)(AFortGameModeAthena* GameModeAthena, int OverridePhaseMaybeIDFK);
|
||||
|
||||
@@ -178,6 +179,11 @@ void ProcessEventHook(UObject* Object, UFunction* Function, void* Parameters)
|
||||
if (!Object || !Function)
|
||||
return;
|
||||
|
||||
if (bEnableBotTick)
|
||||
{
|
||||
Bots::Tick();
|
||||
}
|
||||
|
||||
if (Globals::bLogProcessEvent)
|
||||
{
|
||||
auto FunctionName = Function->GetName(); // UKismetSystemLibrary::GetPathName(Function).ToString();
|
||||
|
||||
Reference in New Issue
Block a user