Skip to content

Commit

Permalink
civinfo: remove local check
Browse files Browse the repository at this point in the history
 that make problem?
  • Loading branch information
Apricot-ale committed Jul 18, 2024
1 parent 9fc67ee commit c92397a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ scriptName "civinfo_escort";
params ["_informant"];
private [ "_nearestfob", "_is_near_fob", "_grp" ];

waitUntil {sleep 0.5; local _informant};

if (KPLIB_civinfo_debug > 0) then {[format ["civinfo_escort called on: %1 - Parameters: [%2]", debug_source, _informant], "CIVINFO"] remoteExecCall ["KPLIB_fnc_log", 2];};

_is_near_fob = false;
Expand Down

0 comments on commit c92397a

Please sign in to comment.