Skip to content

Commit

Permalink
fix bad variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Madin5 committed Apr 25, 2021
1 parent e11a2f7 commit 7fade03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/staticspawn/functions/fnc_firstState.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 7fade03

Please sign in to comment.