snowgears / shopbugs

Shop bug tracker
8 stars 4 forks source link

Allow larger numbers for price #259

Closed snowgears closed 3 years ago

snowgears commented 3 years ago

The max amount you can sell/buy an item for is a lot less now compared to before. It returns the message "The price (line 3) needs to be a positive number" if you enter a number larger than a 9.99 trillion.

snowgears commented 3 years ago

Fixed in 1.8.3 (in progress)

Changed parsing Int to parsing Long for prices