sniper spots changed lol
This commit is contained in:
parent
beacbc591f
commit
1e3caf7819
@ -185,7 +185,7 @@ void CreateMove()
|
|||||||
int rng = rand() % sniper_spots.size();
|
int rng = rand() % sniper_spots.size();
|
||||||
random_spot = sniper_spots.at(rng);
|
random_spot = sniper_spots.at(rng);
|
||||||
if (random_spot.z)
|
if (random_spot.z)
|
||||||
nav::NavTo(random_spot, false, true);
|
nav::NavTo(random_spot, true, true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user