mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-29 11:19:34 -05:00
59ec28a5a4
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.