1
0
mirror of https://github.com/ineedbots/iw4_bot_warfare.git synced 2025-09-18 08:27:26 +00:00
This commit is contained in:
INeedBots
2020-11-03 02:38:05 -06:00
parent e23269b097
commit e472696740

@@ -1411,7 +1411,7 @@ watchNotifyKSMessage()
if (curStreak == 5)
continue;
if (curStreak % 5 == 1)
if (curStreak % 5 != 0)
continue;
self thread streakNotify(curStreak);
@@ -1425,8 +1425,6 @@ streakNotify( streakVal )
{
self endon("disconnect");
streakVal = streakVal + "";
wait 0.05;
waittillframeend;