Bug - Fixed Field overflow for closet put meat

When I am putting meat in closet, it's much simpler for me to simply press "999999999" or something like that, instead of checking exact sum - KoL and Mafia can handle it, and put correct sum instead.

But every time after that Mafia generate errorlog with NumberFormatException. Included. View attachment DEBUG_20130422.txt.
 

lostcalpolydude

Developer
Staff member
I don't know whether this can be fixed (since you are entering a number larger than the largest 32 bit int), but you could avoid it and save yourself a tiny bit of time by using * instead of lots of 9s.
 
Top