You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an item display is set to ONCE mode and you attempt to take an item without an empty hand, it will fail to give you the item but marks you as having taken one already, locking you out from ever getting one. This will also happen if the player is holding the same item but the stack is already maxed out.
This should be fixed by only storing the player in the given list if they were able to successfully take an item.
The text was updated successfully, but these errors were encountered:
If an item display is set to
ONCE
mode and you attempt to take an item without an empty hand, it will fail to give you the item but marks you as having taken one already, locking you out from ever getting one. This will also happen if the player is holding the same item but the stack is already maxed out.This should be fixed by only storing the player in the given list if they were able to successfully take an item.
The text was updated successfully, but these errors were encountered: