This commit is contained in:
INeedBots 2020-11-03 02:38:05 -06:00
parent e23269b097
commit e472696740

View File

@ -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;