Check for ability to take an item from a stash before requesting it
Solanya opened this issue ยท 0 comments
Potentially tied with https://github.com/Ellypse/Total-RP-3-Extended/issues/56, trying to take a unique item from a stash while already possessing one doesn't add it to the player's inventory (as expected) but removes it from the stash anyway (which is wrong). We should check if the player can take an item before requesting it to limit such issues.