Skip to content
New issue

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

skipping componentId == 2 in local function componentBlacklistMap #454

Closed
Fjorten opened this issue Sep 5, 2024 · 1 comment
Closed
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@Fjorten
Copy link

Fjorten commented Sep 5, 2024

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

@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Sep 5, 2024
@Fjorten
Copy link
Author

Fjorten commented Sep 5, 2024

found out why.. so nwm :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants