Removed CfgVehicles from main addon

This commit is contained in:
Valmo Trindade
2025-05-19 21:58:23 -03:00
parent 9bdb4770c9
commit 94c7752844
2 changed files with 7 additions and 29 deletions

View File

@@ -37,8 +37,14 @@ class CfgMods {
};
};
class CfgFactionClasses {
class NO_CATEGORY;
class GVAR(moduleCategory): NO_CATEGORY {
displayName = "Team Awareness Kit";
};
};
#include "CfgEventHandlers.hpp"
#include "CfgFunctions.hpp"
#include "CfgVehicles.hpp"
#include "Cfg3den.hpp"
#include "dialog.hpp"