mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
LastSex fix for loadClothes
This commit is contained in:
+1
-1
@@ -255,6 +255,6 @@ AddEventHandler('skinchanger:loadClothes', function(playerSkin, clothesSkin)
|
||||
LoadDefaultModel(false)
|
||||
end
|
||||
|
||||
LastSex = skin['sex']
|
||||
LastSex = playerSkin['sex']
|
||||
|
||||
end)
|
||||
Reference in New Issue
Block a user