diff --git a/addons/gunbag/functions/fnc_offGunbag.sqf b/addons/gunbag/functions/fnc_offGunbag.sqf index 99ba56c301..dd481380fd 100644 --- a/addons/gunbag/functions/fnc_offGunbag.sqf +++ b/addons/gunbag/functions/fnc_offGunbag.sqf @@ -34,6 +34,7 @@ _weapon = (_state select 0) select 0; _items = (_state select 1); _unit addWeapon _weapon; +removeAllPrimaryWeaponItems _unit; { _unit addWeaponItem [_weapon, _x]; diff --git a/addons/gunbag/functions/script_component.hpp b/addons/gunbag/functions/script_component.hpp index 67b441b2a9..4e342e3b04 100644 --- a/addons/gunbag/functions/script_component.hpp +++ b/addons/gunbag/functions/script_component.hpp @@ -1 +1 @@ -#include "\z\ace\addons\gunbag\script_component.hpp" \ No newline at end of file +#include "\z\ace\addons\gunbag\script_component.hpp"