mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
booths, cams , turrets, porta potties, default bot spawning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user