mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:43:30 +00:00
Moved Server and video info from main to its own addons
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user