Moved Server and video info from main to its own addons

This commit is contained in:
Valmo Trindade
2025-05-17 23:15:02 -03:00
parent ac18c45bef
commit af15a44fb6
11 changed files with 292 additions and 163 deletions

View File

@@ -11,7 +11,8 @@ class CfgPatches {
requiredAddons[] = {
"cba_main",
"ace_main",
"armatak_main"
"armatak_main",
"armatak_server"
};
requiredVersion = REQUIRED_VERSION;
author = PROJECT_AUTHOR;
@@ -38,4 +39,5 @@ class CfgMods {
};
};
#include "CfgEventHandlers.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"