fix(skinchanger/config): add missing textureof

This commit is contained in:
Ilias Rbayti
2024-11-27 21:38:19 +01:00
parent 5392f38c7a
commit 346ce34902
+1
View File
@@ -237,6 +237,7 @@ Config.Components = {
min = 0,
zoomOffset = 0.6,
camOffset = 0.65,
textureof = "hair_1",
max = function(playerPed, Character)
return GetNumberOfPedTextureVariations(playerPed, 2, Character["hair_1"]) - 1
end