Skip to content

Commit

Permalink
Update the_fugitive_event.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
MigSDev5 committed Oct 21, 2018
1 parent 55216be commit ff88cf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/the_fugitive_event.sqf
Expand Up @@ -50,7 +50,9 @@ _check = {
};
} forEach _allPos;
};
_m setMarkerPos _thePos;
if (_debug) then {
_m setMarkerPos _thePos;
};
_thePos
};

Expand Down

0 comments on commit ff88cf0

Please sign in to comment.