Skip to content

Commit 9e17649

Browse files
committed
Updated respawn event to handle the re-adding of both methods of accessing support menu
1 parent 355d7da commit 9e17649

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/duws_revive/respawnClicked.sqf

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

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

1516
closedialog 0;

0 commit comments

Comments
 (0)