Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed Aug 14, 2024
1 parent f7577de commit 6521b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core.liberation/scripts/client/commander/admin_menu_a3w.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (isNil "LRX_A3W_CONFIG") then {
_debug_marker_list lbSetCurSel (LRX_A3W_CONFIG select 1);
_mission_list lbSetCurSel (LRX_A3W_CONFIG select 2);
_delay_list lbSetCurSel (LRX_A3W_CONFIG select 3);
_timeout_list lbSetCurSel (LRX_A3W_CONFIG select 4);
_timeout_list lbSetCurSel (LRX_A3W_CONFIG select 4);
};

// Tooltips
Expand Down Expand Up @@ -97,7 +97,7 @@ while { alive player && dialog } do {
(lbCurSel _delay_list),
(lbCurSel _timeout_list)
];
systemchat "LRX A3W Mission config set!"
systemchat "LRX A3W Mission config set!";
sleep 1;
(_display displayCtrl 1610) ctrlEnable true;
};
Expand Down

0 comments on commit 6521b52

Please sign in to comment.