From eee4ac1b835ea1697102f2a29c5af74ac96f0cdd Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Wed, 19 Jun 2024 20:53:19 -0500 Subject: [PATCH] Update fn_initClient.sqf temporarily remove pilot ability to check re-insertion queue --- framework/reinsert/client/fn_initClient.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/reinsert/client/fn_initClient.sqf b/framework/reinsert/client/fn_initClient.sqf index e770796..a73a3f1 100644 --- a/framework/reinsert/client/fn_initClient.sqf +++ b/framework/reinsert/client/fn_initClient.sqf @@ -14,7 +14,7 @@ localNamespace setVariable [QGVAR(checkReinsertQueueClassesAdded), []]; localNamespace setVariable [QGVAR(lastReinsertQueueCheck), diag_tickTime]; // add actions to pilot classes, and don't apply to child classes -[["B_Helipilot_F", "B_helicrew_F"], false] call FUNC(addCheckQueueSelfAction); +// [["B_Helipilot_F", "B_helicrew_F"], false] call FUNC(addCheckQueueSelfAction); /////////////////////////////////////////////////////