Skip to content

Commit

Permalink
Fix typo in initZones (#696)
Browse files Browse the repository at this point in the history
Fixed clear typo added in 2e2d7f7.
  • Loading branch information
jaj22 authored and Spoffy committed Jan 14, 2020
1 parent 3977427 commit 56599e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions A3-Antistasi/functions/init/fn_initZones.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ configClasses (configfile >> "CfgWorlds" >> worldName >> "Names") apply {

if ( (toLower worldName) in ["tanoa", "altis", "chernarus_summer"] ) then
{
_roads = roadsX getVariable [_name, []];
_roads = roadsX getVariable [_nameX, []];
if (count _roads == 0) then {
[2, format ["No roads found for marker %1", _name], _fileName] call A3A_fnc_log;
[2, format ["No roads found for marker %1", _nameX], _fileName] call A3A_fnc_log;
};
_numCiv = server getVariable _nameX;
if (isNil "_numCiv") then
Expand Down

0 comments on commit 56599e8

Please sign in to comment.