#542 - ACE_fakeWeapon not found

This commit is contained in:
PabstMirror 2015-04-13 03:46:42 -05:00
parent 7111cdd8ff
commit bf3e3d3b64

View File

@ -52,7 +52,7 @@ if (animationState _unit in ["ladderriflestatic","laddercivilstatic"]) then {
};
if (vehicle _unit == _unit) then {
if (primaryWeapon _unit == "") then {
_unit addWeapon "ACE_fakeWeapon";
_unit addWeapon "ACE_FakePrimaryWeapon";
};
_unit selectWeapon (primaryWeapon _unit);
_unit switchMove "";