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
Slot#mayPlace is called when the slot modification status is tested in Slot#allowModification, which results in the equip event being fired when Slot#tryRemove is called. Unfortunately, from the many times the event is fired when a slot is interacted with, this method is called from the last tryRemove method call. This results in unwanted behavior.
The text was updated successfully, but these errors were encountered:
Versions:
Slot#mayPlace
is called when the slot modification status is tested inSlot#allowModification
, which results in the equip event being fired whenSlot#tryRemove
is called. Unfortunately, from the many times the event is fired when a slot is interacted with, this method is called from the last tryRemove method call. This results in unwanted behavior.The text was updated successfully, but these errors were encountered: