Models without "insignia" selection sometimes randomly get an insignia applied to a random selection (usually pants or boots). Client-side only.
Example model: "\A3\Characters_F\Civil\c_citizen5.p3d".
`getObjectTextures` example of an instance of the bug with a modded uniform on two clients, one experiencing the bug, the other not. Second element in the array is different.
Bugged client:
```
["milgp_uniforms\textures\u_fleece_rgr_co.paa","x\tac\addons\insignia\data\tac_logo_stitch_ca.paa","milgp_uniforms\textures\u_equipment_blk_co.paa","x\tac\addons\insignia\data\tac_logo_stitch_ca.paa",""]
```
Working client:
```
["milgp_uniforms\textures\u_fleece_rgr_co.paa","milgp_uniforms\textures\u_g3_field_pants_atacsfg_co.paa","milgp_uniforms\textures\u_equipment_blk_co.paa","x\tac\addons\insignia\data\tac_logo_stitch_ca.paa",""]
```