You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a bug in the crash-prevention code that capped the number of rolls at 100000. It was not working correctly when rolls were performed manually using the individual rolling functions (tokenize, rollDice, etc).
Prevent crashes by capping max number of dice rolls