From 15129bb3442248be8462f4a537ee8da7600b9ac7 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Mon, 23 Jun 2025 02:25:36 -0300 Subject: [PATCH] removed useless mod metadata from addons/video config --- addons/video/config.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/addons/video/config.cpp b/addons/video/config.cpp index a9ca685..2da5f13 100644 --- a/addons/video/config.cpp +++ b/addons/video/config.cpp @@ -19,24 +19,5 @@ class CfgPatches { }; }; -class CfgMods { - class PREFIX { - name = "Arma Team Awareness Kit"; - author = PROJECT_AUTHOR; - logo = "logo_ca.paa"; - logoOver = "logo_hover_ca.paa"; - tooltip = "ARMATAK"; - tooltipOwned = "ARMATAK"; - picture = "picture.paa"; - actionName = "GitHub"; - action = "https://github.com/valmojr/armatak"; - overview = "ARMATAK Addons allows Arma 3 sessions to be parsed to TAK Clients"; - hideName = 0; - hidePicture = 0; - dlcColor[] = { 0.23, 0.39, 0.30, 1 }; - logoSmall = "logo_small_ca.paa"; - }; -}; - #include "CfgEventHandlers.hpp" #include "CfgVehicles.hpp" \ No newline at end of file