Fixed notice never displaying

This commit is contained in:
Ajay Ramachandran 2019-08-01 20:21:45 -04:00
parent 92cb8fb65c
commit a83969e3eb

View file

@ -263,7 +263,7 @@ function sponsorCheck() {
//see if any sponsor start time was just passed
for (let i = 0; i < sponsorTimes.length; i++) {
//if something was skipped
if (checkSponsorTime(sponsorTimes, i), true) {
if (checkSponsorTime(sponsorTimes, i, true)) {
skipHappened = true;
break;
}