diff --git a/fn_templateFunc.sqf b/fn_templateFunc.sqf index 68c8915..8b6f8ed 100644 --- a/fn_templateFunc.sqf +++ b/fn_templateFunc.sqf @@ -25,8 +25,8 @@ params ["_stringParam", "_booleanParam"]; // Import data based on provided parameters -private _stringVariable = _stringParam; -private _booleanParam = _booleanParam; +private _stringVariable = _stringParam; +private _booleanVariable = _booleanParam; // Execute code {