From 62a6cba4a5f066e7b9cda97978fb80b7ea14ea50 Mon Sep 17 00:00:00 2001 From: eraser1 Date: Fri, 10 Jun 2016 13:02:20 -0500 Subject: [PATCH] Add a minor comment --- @ExileServer/addons/a3_dms/scripts/fn_IsPosBlacklisted.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@ExileServer/addons/a3_dms/scripts/fn_IsPosBlacklisted.sqf b/@ExileServer/addons/a3_dms/scripts/fn_IsPosBlacklisted.sqf index fa81b4c..ead0790 100644 --- a/@ExileServer/addons/a3_dms/scripts/fn_IsPosBlacklisted.sqf +++ b/@ExileServer/addons/a3_dms/scripts/fn_IsPosBlacklisted.sqf @@ -15,11 +15,11 @@ A blacklist can be in the form: [[x1,y1],[x2,y2]] - where x1 is LESS than x2, and y1 is LESS than y2 + where x1 is LESS than x2, and y1 is LESS than y2. This method is SLOWER. or, [[x,y],radius] - where any position within "radius" meters of position "x,y" is blacklisted. + where any position within "radius" meters of position "x,y" is blacklisted. This method is FASTER. Returns true if the given position is blacklisted. */