Update change log

This commit is contained in:
ebaydayz
2017-01-30 17:06:56 -05:00
parent 05f1cf9fe0
commit 7431042ec7
2 changed files with 4 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ for "_i" from 1 to (CAMP_NUM) do
_position set [2, 0];
//Check if a camp already exists within the minimum distance
if (count (nearestObjects [_position, [CAMP_CONTAINER_BASE], CAMP_MIN_DIST]) < 1) exitWith {};
if (count (_position nearObjects [CAMP_CONTAINER_BASE,CAMP_MIN_DIST]) < 1) exitWith {};
};
diag_log format ["DEBUG: Spawning an infected camp (%1) at %2", _composition, _position];