This commit is contained in:
Your Name 2020-09-17 13:22:31 -06:00
parent 7185bf16b6
commit 8e9ed70cb2

View File

@ -2837,7 +2837,7 @@ bot_killstreak_think()
if (self inLastStand()) if (self inLastStand())
continue; continue;
if (self.pers["killstreaks"][0].lifeId <= self.pers["deaths"] && !self HasScriptGoal() && !self.bot_lock_goal && streakName != "sentry") if (self.pers["killstreaks"][0].lifeId == self.pers["deaths"] && !self HasScriptGoal() && !self.bot_lock_goal && streakName != "sentry")
{ {
campSpots = []; campSpots = [];
for (i = 0; i < level.waypointsCamp.size; i++) for (i = 0; i < level.waypointsCamp.size; i++)