Skip to content

Commit

Permalink
Fix JIP Gear
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasrules committed Nov 2, 2015
1 parent 35a7bc8 commit b20d1d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions author_mission_px.Altis/f/JIP/f_JIP_reinforcementOptions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ if (f_var_JIP_GearMenu) then {

_loadout = (player getVariable "f_var_JIP_loadout");
[_loadout,player] call f_fnc_assignGear;
[] execVM "f\radios\radio_init.sqf";
[] execVM "f\medical\medical_init.sqf";
[] execVM "f\ace3\ACE3_clientInit.sqf";
};

// ====================================================================================
Expand Down

0 comments on commit b20d1d6

Please sign in to comment.