Please, I just want to get my Switch 2 already

This commit is contained in:
nuttylmao
2025-06-05 09:44:19 +10:00
parent 72d6a69413
commit af3321797f
+2 -4
View File
@@ -169,7 +169,7 @@ function TwitchUpcomingAd(data) {
// Start the countdown animation
setTimeout(() => {
console.debug('Upcomfing Ad Warning Countdown start...');
console.debug('Upcoming Ad Warning Countdown start...');
if (upcomingAdWarningStartDelay)
UpcomingAdWarning(warningSeconds);
}, upcomingAdWarningStartDelay * 1000);
@@ -420,6 +420,4 @@ function SetConnectionStatus(connected) {
statusContainer.style.transition = "";
statusContainer.style.opacity = 1;
}
}
TwitchUpcomingAd()
}