mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Update change log
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user