From 038e9de961b869027895a6971c4e09dab310d89a Mon Sep 17 00:00:00 2001 From: LightCat Date: Sat, 18 Aug 2018 23:21:59 +0200 Subject: [PATCH] More changes --- 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 236157c6..7d8f9e85 100644 --- a/src/hacks/NavBot.cpp +++ b/src/hacks/NavBot.cpp @@ -187,7 +187,7 @@ void CreateMove() if (random_spot.z) nav::NavTo(random_spot, true, true); } - else + else if (cdr.check(5000)) { CachedEntity *tar = NearestEnemy(); if (CE_BAD(tar))