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
Purchase a boat item that is visible, i.e., solar panels.
Observe that it displays immediately on boat
Open inventory, note it is unequipped
Need to unequip/ requip to see the correct status in inventory
This is likely due to a missing equipped prop in the player_items.
Initially were displaying all items, but probably want to update this in the Boat component to not display if no equipped prop is present.
The text was updated successfully, but these errors were encountered:
Minor bug when purchasing boat items. Easy fix.
Reproduce:
This is likely due to a missing
equipped
prop in theplayer_items
.Initially were displaying all items, but probably want to update this in the
Boat
component to not display if noequipped
prop is present.The text was updated successfully, but these errors were encountered: