Merge remote-tracking branch 'nullworks/newui' into Pathfinder

This commit is contained in:
TotallyNotElite 2018-08-18 22:19:49 +02:00
commit a6d097dfd9

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
{