wrong command (removeAllPrimaryWeaponItems)

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

View File

@ -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];