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