Maxh
Results
2
comments of
Maxh
I am also experiencing this issue. In my case I am not even using dialogs, but it still occurs.... 😢
You could probably just do something simple with `not in`. On line 59, instead of `(item0[1] != item1[1] or item1[1] == "jocker")` - changing it to `([item1[0], item1[1]] not in...