mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 02:31:51 +03:00
Move ItemKeys back to dayz_code
This reverts commit c4682e5
Fixes #2010
This commit is contained in:
@@ -277,7 +277,7 @@ class CfgWeapons
|
||||
|
||||
#include "Tools\Radio.hpp"
|
||||
#include "Item\ItemKeyKit.hpp"
|
||||
//#include "Item\ItemKeys.hpp" //Moved to epoch_b.pbo
|
||||
#include "Item\ItemKeys.hpp"
|
||||
#include "Item\Documents.hpp"
|
||||
|
||||
|
||||
|
||||
@@ -6,9 +6,4 @@ class CfgPatches {
|
||||
dayzVersion = "1.0.6";
|
||||
requiredAddons[] = {"dayz_code"};
|
||||
};
|
||||
};
|
||||
class CfgWeapons
|
||||
{
|
||||
class ItemCore;
|
||||
#include "ItemKeys.hpp"
|
||||
};
|
||||
Reference in New Issue
Block a user