mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Reboot Living up to its name
almost finish rebooting (im going insane), performance, increase llama spawn radius, remove auto restart for a little bit
This commit is contained in:
@@ -47,7 +47,8 @@ void AFortAthenaMapInfo::SpawnLlamas()
|
||||
|
||||
for (int i = 0; i < AmountOfLlamasToSpawn; i++)
|
||||
{
|
||||
FVector Location = PickSupplyDropLocation(FVector(1, 1, 10000), 30000);
|
||||
int Radius = 100000;
|
||||
FVector Location = PickSupplyDropLocation(FVector(1, 1, 10000), Radius);
|
||||
|
||||
// LOG_INFO(LogDev, "Initial Llama at {} {} {}", Location.X, Location.Y, Location.Z);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user