Skip to content

Commit 82ce8f5

Browse files
committed
Removed access to dyanmic menu from player menu
1 parent 9e17649 commit 82ce8f5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

source/INIT.sqf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,7 @@ for[{_x = 2},{_x <= 20},{_x = _x + 1}] do {
280280
};
281281
};
282282

283-
//DEBUG - REMOVE BEFORE MERGING
284-
//Note the space between Dynamic Support Menu is the char (ALT+255)
285-
player addAction ["<t color='#ff0000' underline='true'>Dynamic Support Menu</t>", "dynamic_menu.sqf", [], 10, false, true];
283+
286284
_dynam = [player,"DynamicSupportMenu"] call BIS_fnc_addCommMenuItem;
287285

288286
//Loading player position and gear.

source/duws_revive/respawnClicked.sqf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if(!staminaEnabled) then {
1010
player enableStamina false;
1111
};
1212

13-
player addAction ["<t color='#ff0000' underline='true'>Dynamic Support Menu</t>", "dynamic_menu.sqf", [], 10, false, true];
1413
_dynam = [player,"DynamicSupportMenu"] call BIS_fnc_addCommMenuItem;
1514

1615
closedialog 0;

0 commit comments

Comments
 (0)