Rename SQF/dayz_server/compile/server_spawnInfectedCamps.sqf to Server Files/Archive/dayz_server/compile/server_spawnInfectedCamps.sqf

Archive Vanilla event file.
This commit is contained in:
worldwidesorrow
2019-11-26 09:26:58 -06:00
committed by GitHub
parent eccb44ceef
commit ca507b2647

View File

@@ -88,4 +88,4 @@ for "_i" from 1 to (CAMP_NUM) do
Loot_Spawn(_x, _objectPos);
} forEach Loot_Select(_objectGroup, round Math_RandomRange(OBJECT_MIN, OBJECT_MAX));
};
};