Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Fix incorrect ui reference for repositioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluviolithic committed Nov 25, 2023
1 parent 6ed9553 commit c4a1043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/UI/Inventories/PetInventory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function PetInventory:Refresh()
and self._ui.Background.Equipped:FindFirstChild "Buy"
then
self._ui.Background.Equipped.Buy:Destroy()
self._ui.Background.Storage.Amount.Position = UDim2.fromScale(0.352, 0.113)
self._ui.Background.Equipped.Amount.Position = UDim2.fromScale(0.352, 0.113)
end

-- clear the inventory
Expand Down

0 comments on commit c4a1043

Please sign in to comment.