mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
a bit
fix some bug with remvoing items, add experimental stat saving for gadgets, fix shadow stones scuffy
This commit is contained in:
@@ -190,7 +190,7 @@ namespace Bots
|
||||
auto GameState = Cast<AFortGameStateAthena>(GetWorld()->GetGameState());
|
||||
auto GameMode = Cast<AFortGameModeAthena>(GetWorld()->GetGameMode());
|
||||
|
||||
auto AllBuildingContainers = UGameplayStatics::GetAllActorsOfClass(GetWorld(), ABuildingContainer::StaticClass());
|
||||
// auto AllBuildingContainers = UGameplayStatics::GetAllActorsOfClass(GetWorld(), ABuildingContainer::StaticClass());
|
||||
|
||||
// for (int i = 0; i < GameMode->GetAlivePlayers().Num(); i++)
|
||||
for (auto& PlayerBot : AllPlayerBotsToTick)
|
||||
@@ -243,6 +243,6 @@ namespace Bots
|
||||
} */
|
||||
}
|
||||
|
||||
AllBuildingContainers.Free();
|
||||
// AllBuildingContainers.Free();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user