CapsAdmin / pac3

advanced avatar customization for garrysmod
GNU General Public License v3.0
203 stars 94 forks source link

fix outfit filters not working #1369

Closed Techbot121 closed 4 months ago

Techbot121 commented 4 months ago

the outfit filters were not working unless you opened the settings menu once, which was weird. Also it would not ignore them if you requested outfits from the server.

I made a pr because I'm actually not sure about wear_filter.lua, I found it weird how the config file for it was stored in it's own folder separated from the rest.

Techbot121 commented 4 months ago

I did some testing and it seems like the ignoring part does seem to work without the changes I did to wear.lua, so I'll be reverting that except the formatting changes. Although an early return is probably still better?