A3Antistasi / A3-Antistasi

A3-Antistasi is the new official Antistasi version
https://a3antistasi.enjin.com/
MIT License
79 stars 337 forks source link

Mortars won't be manned - incorrect variable name #166

Closed wriley closed 5 years ago

wriley commented 5 years ago

Thanks for an awesome mission!

Version: 1.3.x

Mods: CUP Terrains, CBA, IFA3

Environment: SP

.rpt attatched? NO

have you edited the missionfile?: No

Issue:

M2 mortars weren't being manned by garrisoned troops on Armia Krajowa. Found error in RPT and simple fix.

in CREATE\createSDKgarrisons.sqf around line 84 use _x loop variable instead of _estatica

if (typeOf _x == SDKMortar) then { _unit = _grupoMort createUnit [(_garrison select _index), _posicion, [], 0, "NONE"]; _unit moveInGunner _x; _nul=[_x] execVM "scripts\UPSMON\MON_artillery_add.sqf";

Barbolani77 commented 5 years ago

Thanks a lot! Will be corrected in the next patch