diff --git a/addons/items/$PBOPREFIX$ b/addons/items/$PBOPREFIX$ deleted file mode 100644 index 5b4a242..0000000 --- a/addons/items/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -armatak\armatak\armatak_items \ No newline at end of file diff --git a/addons/items/CfgVehicles.hpp b/addons/items/CfgVehicles.hpp deleted file mode 100644 index 1bdf108..0000000 --- a/addons/items/CfgVehicles.hpp +++ /dev/null @@ -1,7 +0,0 @@ -// Samsung S24 with Juggernault Case for vest as backpack item - -// Persistent Systems RDC for vest as backpack item - -// Samsung S24 with Juggernault Case handheld as backpack item - -// Persistent Systems RDC handheld as backpack item \ No newline at end of file diff --git a/addons/items/config.cpp b/addons/items/config.cpp deleted file mode 100644 index 9199cf1..0000000 --- a/addons/items/config.cpp +++ /dev/null @@ -1,15 +0,0 @@ -class CfgPatches { - class armatak_items { - units[] = {}; - weapons[] = {}; - author = "Valmo"; - url = "https://github.com/valmojr/armatak"; - requiredAddons[] = - { - "cba_common" - }; - requiredVersion = 0.5; - }; -}; - -#include "CfgVehicles.hpp" \ No newline at end of file