mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Mitigate PboDLL limitation
this mitigates a newly introduced/reduced limitation on config size/entries when rapying content with Mikero's PBO tools. This issue will unfortunately not be fixed, hence moving keys to Epoch_B
This commit is contained in:
@@ -7,3 +7,8 @@ class CfgPatches {
|
||||
requiredAddons[] = {"dayz_code"};
|
||||
};
|
||||
};
|
||||
class CfgWeapons
|
||||
{
|
||||
class ItemCore;
|
||||
#include "ItemKeys.hpp"
|
||||
};
|
||||
Reference in New Issue
Block a user