diff --git a/@ExileServer/addons/exad_core/config.cpp b/@ExileServer/addons/exad_core/config.cpp index 0d90f39..74e296c 100644 --- a/@ExileServer/addons/exad_core/config.cpp +++ b/@ExileServer/addons/exad_core/config.cpp @@ -20,6 +20,8 @@ class CfgPatches { class ExAd_Core { requiredVersion = 0.1; requiredAddons[] = {"exile_server"}; + units[] = {}; + weapons[] = {}; }; }; diff --git a/@ExileServer/addons/exad_dv/config.cpp b/@ExileServer/addons/exad_dv/config.cpp index e45f151..8aa9312 100644 --- a/@ExileServer/addons/exad_dv/config.cpp +++ b/@ExileServer/addons/exad_dv/config.cpp @@ -20,6 +20,8 @@ class CfgPatches { class ExAd_DV { requiredVersion = 0.1; requiredAddons[] = {"ExAd_Core"}; + units[] = {}; + weapons[] = {}; }; }; diff --git a/@ExileServer/addons/exad_grinding/config.cpp b/@ExileServer/addons/exad_grinding/config.cpp index aaf1932..1341c68 100644 --- a/@ExileServer/addons/exad_grinding/config.cpp +++ b/@ExileServer/addons/exad_grinding/config.cpp @@ -20,6 +20,8 @@ class CfgPatches { class ExAd_Grinding { requiredVersion = 0.1; requiredAddons[] = {"ExAd_Core"}; + units[] = {}; + weapons[] = {}; }; }; diff --git a/@ExileServer/addons/exad_hacking/config.cpp b/@ExileServer/addons/exad_hacking/config.cpp index 4b851c1..30b5815 100644 --- a/@ExileServer/addons/exad_hacking/config.cpp +++ b/@ExileServer/addons/exad_hacking/config.cpp @@ -20,6 +20,8 @@ class CfgPatches { class ExAd_Hacking { requiredVersion = 0.1; requiredAddons[] = {"ExAd_Core"}; + units[] = {}; + weapons[] = {}; }; }; diff --git a/@ExileServer/addons/exad_vg/config.cpp b/@ExileServer/addons/exad_vg/config.cpp index 664493b..0e82de0 100644 --- a/@ExileServer/addons/exad_vg/config.cpp +++ b/@ExileServer/addons/exad_vg/config.cpp @@ -20,6 +20,8 @@ class CfgPatches { class ExAd_VG { requiredVersion = 0.1; requiredAddons[] = {"ExAd_Core"}; + units[] = {}; + weapons[] = {}; }; };