From 1e3caf78194483bedea8a9db823199047a963ad6 Mon Sep 17 00:00:00 2001 From: LightCat Date: Sat, 18 Aug 2018 22:18:15 +0200 Subject: [PATCH] sniper spots changed lol --- src/hacks/NavBot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/NavBot.cpp b/src/hacks/NavBot.cpp index af7f04a7..236157c6 100644 --- a/src/hacks/NavBot.cpp +++ b/src/hacks/NavBot.cpp @@ -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 {