booths, cams , turrets, porta potties, default bot spawning

This commit is contained in:
Marvelco
2025-08-06 19:33:10 +03:00
parent 46835813a7
commit a2afb47cfa
2 changed files with 20 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ static void SetupServerBotManager()
UFortServerBotManagerAthena*& ServerBotManager = GameMode->GetServerBotManager();
if (!ServerBotManager)
ServerBotManager = (UFortServerBotManagerAthena*)UGameplayStatics::SpawnObject(FortServerBotManagerClass, GetTransientPackage());
ServerBotManager = (UFortServerBotManagerAthena*)UGameplayStatics::SpawnObject(FortServerBotManagerClass, GameMode);
if (ServerBotManager)
{