NinjaOfLU 59ec28a5a4
Prevent integer underflow in item removal
Previously, the only check that the user wasn't trashing more items than they had was clientsided, and this could be bypassed by contacting the server to remove items via a console or the like, and then trashing them before the server could respond, resulting in the count for the items being less than iStackCount. This check prevents that underflow.
2022-04-13 01:58:00 +01:00
..
2022-04-06 22:21:08 -07:00
2021-12-11 13:57:15 +00:00
2021-12-11 13:21:00 +00:00
2021-12-11 13:21:00 +00:00
2021-12-05 18:54:36 +01:00