aa compilerr

This commit is contained in:
Milxnor
2023-06-23 21:02:06 -04:00
parent 0ca1350d92
commit 3f8ca2888e
5 changed files with 17 additions and 7 deletions

View File

@@ -146,6 +146,9 @@ static void SetupAIGoalManager()
static auto AIGoalManagerClass = FindObject<UClass>(L"/Script.FortniteGame.FortAIGoalManager");
if (!AIGoalManagerClass)
return;
LOG_INFO(LogDev, "AIGoalManager Before: {}", __int64(GameMode->Get(AIGoalManagerOffset)));
if (!GameMode->Get(AIGoalManagerOffset))