tbox1911 / Liberation-RX

ArmA 3 - Liberation RX - Mission
GNU General Public License v3.0
64 stars 61 forks source link

Double Marksman infantry unit in the Build Menu, missing AutoRifleman #159

Closed PetrusMaximus0 closed 1 month ago

PetrusMaximus0 commented 1 month ago

While using the Bluefor Pacific loadout, there is no option to recruit an Autorifleman, but there are two options for Marksman.

I can trace the issue to this line of the code.

https://github.com/tbox1911/Liberation-RX/blob/ad9e7303575ed17596f03415bcbb6d0229195e5f/core.liberation/mod_template/A3_BLU_PAC/classnames_west.sqf#L32

Changing the aforementioned line to ["B_T_soldier_AR_F",1,30,0,GRLIB_perm_inf] fixes the issue for me, but I thought it would be useful to mention here.

tbox1911 commented 1 month ago

thanks for the fix,I'll update the mod soon