1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

wrong command (removeAllPrimaryWeaponItems)

This commit is contained in:
ir0n1e 2016-05-03 12:52:06 +02:00
parent def1d46152
commit cd58eaf974

@ -34,7 +34,7 @@ _weapon = (_state select 0) select 0;
_items = (_state select 1);
_unit addWeapon _weapon;
removeAllWeapons _unit;
removeAllPrimaryWeaponItems _unit;
{
_unit addWeaponItem [_weapon, _x];