Closed tetraminus closed 7 months ago
using wheel of fortune DX crashes game. stack trace:
gamestate:
seems to crash on line 1498 of the mod file. the table passed into the pseudorandom_element function is instead a bool.
did some testing, found a fix. I'll put in a pull request soon.
Thanks for the fix !
using wheel of fortune DX crashes game. stack trace:
gamestate:
seems to crash on line 1498 of the mod file. the table passed into the pseudorandom_element function is instead a bool.