Fix hardline pro

This commit is contained in:
ineedbots 2021-07-05 15:31:46 -06:00
parent 3f7a4d185d
commit cdb1ac6999

View File

@ -94,7 +94,7 @@ watchNotifyKSMessage()
for (lastKs = self.pers["cur_kill_streak_for_nuke"];;) for (lastKs = self.pers["cur_kill_streak_for_nuke"];;)
{ {
self waittill( "killed_enemy" ); wait 0.05;
for (curStreak = lastKs + 1; curStreak <= self.pers["cur_kill_streak_for_nuke"]; curStreak++) for (curStreak = lastKs + 1; curStreak <= self.pers["cur_kill_streak_for_nuke"]; curStreak++)
{ {