Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KadDarem committed May 14, 2024
1 parent 46e577b commit a700a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RedM/clothing-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ for k, v in pairs(ClothesCache) do -- [!code ++]
if clothing["female"][k] ~= nil then -- [!code ++]
if clothing["female"][k][id] ~= nil then -- [!code ++]
if clothing["female"][k][id][tonumber(v.texture)] ~= nil then -- [!code ++]
newClothesData[k] = {hash = tonumber(clothing["male"][k][id][tonumber(v.texture)].hash)} -- [!code ++]
newClothesData[k] = {hash = tonumber(clothing["female"][k][id][tonumber(v.texture)].hash)} -- [!code ++]
end -- [!code ++]
end -- [!code ++]
end -- [!code ++]
Expand Down

0 comments on commit a700a17

Please sign in to comment.