Skip to content

Commit 6a6e2ea

Browse files
committed
All-In-One Command Menu v1.2.3
1 parent 8bbdd84 commit 6a6e2ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+35
-33
lines changed

Leopard20-All-In-One-Command-Menu-15d62b5/.github/ISSUE_TEMPLATE/bug_report.md renamed to Leopard20-All-In-One-Command-Menu-4317b75/.github/ISSUE_TEMPLATE/bug_report.md

Leopard20-All-In-One-Command-Menu-15d62b5/.github/ISSUE_TEMPLATE/feature_request.md renamed to Leopard20-All-In-One-Command-Menu-4317b75/.github/ISSUE_TEMPLATE/feature_request.md

File renamed without changes.

Leopard20-All-In-One-Command-Menu-15d62b5/addons/AIO_AIMENU/AIMenu.sqf renamed to Leopard20-All-In-One-Command-Menu-4317b75/addons/AIO_AIMENU/AIMenu.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AIO_WayPoint_markers = [ [[["",[]]],[],"empty"],
99
[[["",[]]],[],"empty"],[[["",[]]],[],"empty"],[[["",[]]],[],"empty"],[[["",[]]],[],"empty"],[[["",[]]],[],"empty"]];
1010

1111
AIO_keyspressed = {
12-
if (AIO_monitoring_enabled) exitWith {AIO_monitoring_disabled = true};
12+
if (AIO_monitoring_enabled) exitWith {AIO_monitoring_disabled = true; hintSilent ""};
1313
if (hcShownBar) then {[] execVM "AIO_AIMENU\Menus_HC.sqf"} else {[] execVM "AIO_AIMENU\Menus.sqf"};
1414
if (AIO_AdvancedCtrlMode && AIO_Advanced_Ctrl) then {[] call AIO_cancel_driver_mode};
1515
};

Leopard20-All-In-One-Command-Menu-15d62b5/addons/AIO_AIMENU/CfgSounds.hpp renamed to Leopard20-All-In-One-Command-Menu-4317b75/addons/AIO_AIMENU/CfgSounds.hpp

File renamed without changes.

Leopard20-All-In-One-Command-Menu-15d62b5/addons/AIO_AIMENU/CustomMenus.hpp renamed to Leopard20-All-In-One-Command-Menu-4317b75/addons/AIO_AIMENU/CustomMenus.hpp

File renamed without changes.

Leopard20-All-In-One-Command-Menu-15d62b5/addons/AIO_AIMENU/Functions/Assemble.sqf renamed to Leopard20-All-In-One-Command-Menu-4317b75/addons/AIO_AIMENU/Functions/Assemble.sqf

File renamed without changes.

Leopard20-All-In-One-Command-Menu-15d62b5/addons/AIO_AIMENU/Functions/CopyMyStance.sqf renamed to Leopard20-All-In-One-Command-Menu-4317b75/addons/AIO_AIMENU/Functions/CopyMyStance.sqf

File renamed without changes.

Leopard20-All-In-One-Command-Menu-15d62b5/addons/AIO_AIMENU/Functions/Driver.sqf renamed to Leopard20-All-In-One-Command-Menu-4317b75/addons/AIO_AIMENU/Functions/Driver.sqf

File renamed without changes.

0 commit comments

Comments
 (0)