mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-02 09:47:26 +00:00
oops
This commit is contained in:
@@ -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++)
|
||||||
|
Reference in New Issue
Block a user