From 08ff3c998845927cbaade6415b1bf381f9ffff0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brostr=C3=B6m=2EA=20=7C=20Evul?= Date: Sun, 14 Jan 2024 17:40:52 +0100 Subject: [PATCH] Fixed typo for civilian zone marker names (#1119) --- cScripts/functions/civ/fn_civ_init.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cScripts/functions/civ/fn_civ_init.sqf b/cScripts/functions/civ/fn_civ_init.sqf index 0b63ab92a..3bed11e0f 100644 --- a/cScripts/functions/civ/fn_civ_init.sqf +++ b/cScripts/functions/civ/fn_civ_init.sqf @@ -22,7 +22,7 @@ private _civZones = []; { private _markerName = [_x, 0, 21] call BIS_fnc_trimString; _markerName = toLower _markerName; - if (_markerName == "cscripts_civilan_zone_") then { + if (_markerName == "cscripts_civilian_zone_") then { private _density = [_x, 21] call BIS_fnc_trimString; _density = (_density splitString "_")#0; if !(_density in ["extream", "high", "medium", "low", "none"]) then {