Remove item from entity hand/off hand

Published by AOCAWOL on
Status
Fixed
Issue description

So it's pretty much the title, there is currently an add and remove for "player's" inventory but I would like there to be one for the off hand and main hand as well. Because currently my procedures don't work as I have it to remove an item from the inventory but the item has to be in the off hand so the procedure doesn't detect it and doesn't remove it.

Issue comments

I believe a simple remove item from main/offhand without the need for type specification is better. One can then check if the item is valid if needed.