LastSex fix for loadClothes

This commit is contained in:
Jérémie N'gadi
2017-08-05 22:58:47 +02:00
parent ab98a36f27
commit d65849ab97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ description 'SkinChanger'
client_scripts {
'client/main.lua'
}
}
+1 -1
View File
@@ -255,6 +255,6 @@ AddEventHandler('skinchanger:loadClothes', function(playerSkin, clothesSkin)
LoadDefaultModel(false)
end
LastSex = skin['sex']
LastSex = playerSkin['sex']
end)