sniper spots changed lol

This commit is contained in:
LightCat 2018-08-18 22:18:15 +02:00
parent beacbc591f
commit 1e3caf7819

View File

@ -185,7 +185,7 @@ void CreateMove()
int rng = rand() % sniper_spots.size();
random_spot = sniper_spots.at(rng);
if (random_spot.z)
nav::NavTo(random_spot, false, true);
nav::NavTo(random_spot, true, true);
}
else
{