diff --git a/Missionframework/scripts/server/civinformant/tasks/civinfo_task.sqf b/Missionframework/scripts/server/civinformant/tasks/civinfo_task.sqf index ae9749c71..bc7ebf481 100644 --- a/Missionframework/scripts/server/civinformant/tasks/civinfo_task.sqf +++ b/Missionframework/scripts/server/civinformant/tasks/civinfo_task.sqf @@ -3,7 +3,7 @@ if (KP_liberation_civinfo_debug > 0) then {[format ["civinfo_task.sqf spawned on private _spawn_marker = [2000,999999,false] call KPLIB_fnc_getOpforSpawnPoint; private _roadObj = [markerPos _spawn_marker, 400, []] call BIS_fnc_nearestRoad; -if (isNull _roadObj) exitWith {if (KP_liberation_civinfo_debug > 0) then {["civinfo_task.sqf -> no road found", "CIVINFO"] remoteExecCall ["KPLIB_fnc_log", 2];}; +if (isNull _roadObj) exitWith {if (KPLIB_civinfo_debug > 0) then {["civinfo_task.sqf -> no road found", "CIVINFO"] remoteExecCall ["KPLIB_fnc_log", 2];};}; private _veh = createVehicle [opfor_mrap, getPos _roadObj, [], 0, "NONE"]; _veh setDir (getDir _roadObj);