Enable propellerads

This commit is contained in:
2020-11-26 11:13:27 +01:00
parent fd2a9234ad
commit 99568f2da3
9 changed files with 70 additions and 6877 deletions

View File

@@ -37,7 +37,7 @@ func adType() int {
soulStudio = 3
amarulaSolutions = 4
adMaven = 5
revenueHits = 7
propellerAds = 7
brave = 8
)
@@ -50,7 +50,7 @@ func adType() int {
case 4, 5:
return adMaven
case 6, 7:
return patreon
return propellerAds
default:
panic(fmt.Errorf(
"random number generator returned unrecognised number: %d", i),