update ad

This commit is contained in:
2020-07-17 15:46:35 +02:00
parent 615327083e
commit d8001d1176

View File

@@ -41,12 +41,10 @@ func adType() (i int) {
// 2: Patreon
switch i {
case 0, 1: // 50% of the traffic
case 0, 1, 2: // 75% of the traffic
return 1
case 2:
return 2
case 3:
return 0
return 2
default:
panic(fmt.Errorf(
"random number generator returned unrecognised number: %d", i),