diff --git a/TFR/settings.sqf b/TFR/settings.sqf index a909edb..36e102a 100644 --- a/TFR/settings.sqf +++ b/TFR/settings.sqf @@ -2,7 +2,7 @@ diag_log "LT template DEBUG: Radio Settings loading"; -if (lt_tfr_var == "1") then { +if (missionNameSpace getVariable ["lt_tfr_var", "1"] == "1") then { _status = [true, true] call acre_api_fnc_setupMission; ACRE_TEST_OCCLUSION = false; };