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
fix(inventory add): no longer crashes when read only items are added
Using ItemEntryData to pass in items to InventoryInstance.AddEntry would crash due to an edge case
where it thought the read only item could be runtime manipulated.
fix#17
0 commit comments