Lowlands-Tactical / LT_Template_Base_OLD

This mod contains all the files needed by our missions and templates.
3 stars 1 forks source link

Battery bug #15

Closed PingWing1337 closed 3 years ago

PingWing1337 commented 3 years ago

https://github.com/Lowlands-Tactical/LT_Template_Base/blob/58b8fc303babe6f6edcba08548998b4469fb8ccb/gear/setGear.sqf#L697

Hi, JTAC geeft een error, omdat deze een string is IPV een array zoals bij alle andere addMagazines. Verander naar: _unit addmagazines [_laserdesignatorBattery,1];

Pekuru commented 3 years ago

Fixed