Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

I will look into it, thanks for the detailed report.

Edit: if you want quick fix: change if action.tags.find('sub'): to if action.tags.find('sub') >= 0:

same with ('dom')

That did it, thanks.