Invalid essence count when depositing more essence from inventory to bank
Invalid essence count when spam clicking to deposit essence from inventory to bank
The root of the problem at first thought seems to be because I'm not checking min/max inventory slots when depositing as I am for withdrawing. For example, just because a user selects to deposit one billion essence, do a min(essInv, 1b)
The root of the problem at first thought seems to be because I'm not checking min/max inventory slots when depositing as I am for withdrawing. For example, just because a user selects to deposit one billion essence, do a min(essInv, 1b)