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:
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];
|
||||
|
Loading…
Reference in New Issue
Block a user