mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
LastSex fix for loadClothes
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ description 'SkinChanger'
|
||||
|
||||
client_scripts {
|
||||
'client/main.lua'
|
||||
}
|
||||
}
|
||||
+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