MrCrayfish / MrCrayfishDeviceMod

A Minecraft Mod that adds in electronic devices that actually work
Other
79 stars 53 forks source link

Minecraft Crashes in Bank Application #86

Closed earomc closed 6 years ago

earomc commented 6 years ago

When you enter a higher number than 2,147,483,647 into the number field in the bank application and click deposit or withdraw, the game crashes.

Try Catch ? 😛

MrCrayfish commented 6 years ago

Thank for report, will eventually fix

FlickySH commented 6 years ago

Integer limit, Try catch shall work Or change from int to long

MrCrayfish commented 6 years ago

Fixed