We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello :) .. not sure if this is intentional, skipping componentId == 2
`local function componentBlacklistMap(gender, componentId) local genderSettings = Config.Blacklist[gender].components if componentId == 1 then return genderSettings.masks elseif componentId == 3 then return genderSettings.upperBody elseif componentId == 4 then return genderSettings.lowerBody elseif componentId == 5 then return genderSettings.bags elseif componentId == 6 then return genderSettings.shoes elseif componentId == 7 then return genderSettings.scarfAndChains elseif componentId == 8 then return genderSettings.shirts elseif componentId == 9 then return genderSettings.bodyArmor elseif componentId == 10 then return genderSettings.decals elseif componentId == 11 then return genderSettings.jackets end
return {}
end`
best regards
The text was updated successfully, but these errors were encountered:
found out why.. so nwm :)
Sorry, something went wrong.
No branches or pull requests
Hello :) ..
not sure if this is intentional, skipping componentId == 2
`local function componentBlacklistMap(gender, componentId)
local genderSettings = Config.Blacklist[gender].components
if componentId == 1 then
return genderSettings.masks
elseif componentId == 3 then
return genderSettings.upperBody
elseif componentId == 4 then
return genderSettings.lowerBody
elseif componentId == 5 then
return genderSettings.bags
elseif componentId == 6 then
return genderSettings.shoes
elseif componentId == 7 then
return genderSettings.scarfAndChains
elseif componentId == 8 then
return genderSettings.shirts
elseif componentId == 9 then
return genderSettings.bodyArmor
elseif componentId == 10 then
return genderSettings.decals
elseif componentId == 11 then
return genderSettings.jackets
end
end`
best regards
The text was updated successfully, but these errors were encountered: