ACEX - change module's category to ace from acex (#8567)

This commit is contained in:
PabstMirror 2021-10-20 16:29:43 -05:00 committed by GitHub
parent c00c6b826c
commit 62055d2605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ class CfgVehicles {
class ACE_Module: Module_F {}; class ACE_Module: Module_F {};
class XGVAR(setupModule): ACE_Module { class XGVAR(setupModule): ACE_Module {
author = ECSTRING(common,ACETeam); author = ECSTRING(common,ACETeam);
category = "ACEX"; category = "ACE";
displayName = CSTRING(Fortify); displayName = CSTRING(Fortify);
function = QFUNC(setupModule); function = QFUNC(setupModule);
scope = 2; scope = 2;
@ -86,7 +86,7 @@ class CfgVehicles {
class XGVAR(buildLocationModule): ACE_Module { class XGVAR(buildLocationModule): ACE_Module {
author = ECSTRING(common,ACETeam); author = ECSTRING(common,ACETeam);
category = "ACEX"; category = "ACE";
displayName = CSTRING(buildLocationModule); displayName = CSTRING(buildLocationModule);
scope = 2; scope = 2;
isGlobal = 1; isGlobal = 1;

View File

@ -2,7 +2,7 @@ class CfgVehicles {
class ACE_Module; class ACE_Module;
class XGVAR(module): ACE_Module { class XGVAR(module): ACE_Module {
author = ECSTRING(common,ACETeam); author = ECSTRING(common,ACETeam);
category = "ACEX"; category = "ACE";
displayName = CSTRING(Module); displayName = CSTRING(Module);
function = QFUNC(moduleInit); function = QFUNC(moduleInit);
scope = 1; scope = 1;

View File

@ -2,7 +2,7 @@ class CfgVehicles {
class ACE_Module; class ACE_Module;
class ACEX_ModuleSitting: ACE_Module { class ACEX_ModuleSitting: ACE_Module {
author = ECSTRING(common,ACETeam); author = ECSTRING(common,ACETeam);
category = "ACEX"; category = "ACE";
displayName = CSTRING(ModuleDisplayName); displayName = CSTRING(ModuleDisplayName);
function = QFUNC(moduleInit); function = QFUNC(moduleInit);
scope = 1; scope = 1;

View File

@ -17,7 +17,7 @@ class CfgVehicles {
class ACE_Module; class ACE_Module;
class XGVAR(Module): ACE_Module { class XGVAR(Module): ACE_Module {
author = ECSTRING(common,ACETeam); author = ECSTRING(common,ACETeam);
category = "ACEX"; category = "ACE";
function = QFUNC(moduleInit); function = QFUNC(moduleInit);
displayName = CSTRING(ModuleDisplayName); displayName = CSTRING(ModuleDisplayName);
scope = 1; scope = 1;