mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ACEX - change module's category
to ace from acex (#8567)
This commit is contained in:
parent
c00c6b826c
commit
62055d2605
@ -28,7 +28,7 @@ class CfgVehicles {
|
||||
class ACE_Module: Module_F {};
|
||||
class XGVAR(setupModule): ACE_Module {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
category = "ACEX";
|
||||
category = "ACE";
|
||||
displayName = CSTRING(Fortify);
|
||||
function = QFUNC(setupModule);
|
||||
scope = 2;
|
||||
@ -86,7 +86,7 @@ class CfgVehicles {
|
||||
|
||||
class XGVAR(buildLocationModule): ACE_Module {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
category = "ACEX";
|
||||
category = "ACE";
|
||||
displayName = CSTRING(buildLocationModule);
|
||||
scope = 2;
|
||||
isGlobal = 1;
|
||||
|
@ -2,7 +2,7 @@ class CfgVehicles {
|
||||
class ACE_Module;
|
||||
class XGVAR(module): ACE_Module {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
category = "ACEX";
|
||||
category = "ACE";
|
||||
displayName = CSTRING(Module);
|
||||
function = QFUNC(moduleInit);
|
||||
scope = 1;
|
||||
|
@ -2,7 +2,7 @@ class CfgVehicles {
|
||||
class ACE_Module;
|
||||
class ACEX_ModuleSitting: ACE_Module {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
category = "ACEX";
|
||||
category = "ACE";
|
||||
displayName = CSTRING(ModuleDisplayName);
|
||||
function = QFUNC(moduleInit);
|
||||
scope = 1;
|
||||
|
@ -17,7 +17,7 @@ class CfgVehicles {
|
||||
class ACE_Module;
|
||||
class XGVAR(Module): ACE_Module {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
category = "ACEX";
|
||||
category = "ACE";
|
||||
function = QFUNC(moduleInit);
|
||||
displayName = CSTRING(ModuleDisplayName);
|
||||
scope = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user