From 7fade038e78a922780b248a0f1b4882aebe0f876 Mon Sep 17 00:00:00 2001 From: Madin Date: Sun, 25 Apr 2021 09:43:48 +0200 Subject: [PATCH] fix bad variable name --- addons/staticspawn/functions/fnc_firstState.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/staticspawn/functions/fnc_firstState.sqf b/addons/staticspawn/functions/fnc_firstState.sqf index 022c75c..d35f98a 100644 --- a/addons/staticspawn/functions/fnc_firstState.sqf +++ b/addons/staticspawn/functions/fnc_firstState.sqf @@ -36,6 +36,6 @@ _logic setVariable [QGVAR(forceActivate), _forceActivate]; _logic setVariable [QGVAR(checkBuildings), _checkBuildings]; _logic setVariable [QGVAR(activateCondition), _activateCondition]; _logic setVariable [QGVAR(executionCodeUnit), _executionCodeUnit]; -_logic setVariable [QGVAR(executionCodePatrol), _executionCodeGroup]; +_logic setVariable [QGVAR(executionCodeGroup), _executionCodeGroup]; [_logic] call FUNC(loop); \ No newline at end of file