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

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

View File

@@ -85,4 +85,4 @@ for "_i" from 1 to (SPAWN_NUM) do
}; };
}; };
} forEach Loot_Select(_lootGroup, _lootNum); } forEach Loot_Select(_lootGroup, _lootNum);
}; };