mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Remove CfgLootLegacy for now
See discussion at:
8201643c00 (commitcomment-16665467)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
Moved here for easier unmodified mission include:
|
||||
/*
|
||||
If using DZE_MissionLootTable = true; without changing anything in BuildingLoot then
|
||||
use an include instead of copying the files to your mission:
|
||||
|
||||
#include "\z\addons\dayz_code\Configs\CfgLoot\CfgBuildingLoot.hpp"
|
||||
|
||||
If legacy is removed these should be put back in CfgLoot.hpp
|
||||
*/
|
||||
|
||||
#include "Groups\Buildings\Boat.hpp"
|
||||
#include "Groups\Buildings\Castle.hpp"
|
||||
#include "Groups\Buildings\Church.hpp"
|
||||
@@ -20,7 +21,4 @@
|
||||
#include "Groups\Buildings\Supermarket.hpp"
|
||||
#include "Groups\Buildings\Toilet.hpp"
|
||||
#include "Groups\Buildings\Hangar.hpp"
|
||||
#include "Groups\Buildings\DZE_Other.hpp"
|
||||
|
||||
// Can be removed if not using legacy loot tables
|
||||
#include "CfgBuildingLootLegacy.hpp"
|
||||
#include "Groups\Buildings\DZE_Other.hpp"
|
||||
Reference in New Issue
Block a user