Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Nov 14, 2015
1 parent e102de4 commit 6c0c01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spawn/addInteractions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _disassembleTankTrap = ["TankTrapSystem", "Disassemble Tank Trap", "",


_transmissionProgressAction = ["TransmissionProgress", "Check Transmission Progress", "",
{[] call showPointsInstant;},"BIS_fnc_spawn",true,true] call BIS_fnc_MP;},
{[{[] call showPointsInstant;},"BIS_fnc_spawn",true,true] call BIS_fnc_MP;},
{side player == east}] call ace_interact_menu_fnc_createAction;

["rhs_gaz66_r142_vv", 0, ["ACE_MainActions"],_transmissionProgressAction] call ace_interact_menu_fnc_addActionToClass;

0 comments on commit 6c0c01c

Please sign in to comment.