Restore 4/5 BSA, 1/5 legacy ad split

This commit is contained in:
Carlos Polop
2026-04-08 19:06:44 +02:00
parent 28ce890dde
commit 05c82f4398

View File

@@ -170,7 +170,7 @@
return true
}
return true // TODO: restore to Math.floor(Math.random() * 5) !== 0 (80/20 split)
return Math.floor(Math.random() * 5) !== 0
}
async function loadBsaSponsor() {