Skip to content

Commit

Permalink
Missing }; in civinfo_escort.sqf
Browse files Browse the repository at this point in the history
closes #807
  • Loading branch information
veteran29 committed Aug 5, 2020
1 parent 046e5ca commit 0ee171e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (KP_liberation_civinfo_debug > 0) then {[format ["civinfo_escort called on: %

waitUntil {sleep 0.5; local _informant || !alive _informant};

if !(alive _informant) exitWith {if (KP_liberation_civinfo_debug > 0) then {[format ["civinfo_escort exited by: %1 - Informant isn't alive", debug_source], "CIVINFO"] remoteExecCall ["KPLIB_fnc_log", 2];};
if !(alive _informant) exitWith {if (KPLIB_civinfo_debug > 0) then {[format ["civinfo_escort exited by: %1 - Informant isn't alive", debug_source], "CIVINFO"] remoteExecCall ["KPLIB_fnc_log", 2];};};

private _is_near_fob = false;

Expand Down

0 comments on commit 0ee171e

Please sign in to comment.