mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
oops
This commit is contained in:
parent
7185bf16b6
commit
8e9ed70cb2
@ -2837,7 +2837,7 @@ bot_killstreak_think()
|
||||
if (self inLastStand())
|
||||
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 = [];
|
||||
for (i = 0; i < level.waypointsCamp.size; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user