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
e23269b097
commit
e472696740
@ -1411,7 +1411,7 @@ watchNotifyKSMessage()
|
|||||||
if (curStreak == 5)
|
if (curStreak == 5)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (curStreak % 5 == 1)
|
if (curStreak % 5 != 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
self thread streakNotify(curStreak);
|
self thread streakNotify(curStreak);
|
||||||
@ -1425,8 +1425,6 @@ streakNotify( streakVal )
|
|||||||
{
|
{
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
|
||||||
streakVal = streakVal + "";
|
|
||||||
|
|
||||||
wait 0.05;
|
wait 0.05;
|
||||||
waittillframeend;
|
waittillframeend;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user