Remove chance from chapter tooltip

This commit is contained in:
Ajay
2022-09-30 21:00:45 -04:00
parent a99823d487
commit 28904935da

View File

@@ -947,8 +947,7 @@ async function sponsorsLookup(keepOldSubmissions = true) {
&& Config.config.payments.lastCheck !== 0
&& !noRefreshFetchingChaptersAllowed()
&& Config.config.showChapterInfoMessage
&& Config.config.skipCount > 200
&& Math.random() > 0.8;
&& Config.config.skipCount > 200;
if (!showChapterMessage
&& Config.config.showChapterInfoMessage