mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixing Spelling Issues
Change from DEBUG_SETTINGS_CORE to DEBUG_SETTINGS_MAIN
This commit is contained in:
parent
2af486ab6b
commit
8d29170551
@ -541,50 +541,25 @@ class CfgPatches {
|
|||||||
"a3_weapons_f_vests",
|
"a3_weapons_f_vests",
|
||||||
"a3data",
|
"a3data",
|
||||||
"map_vr",
|
"map_vr",
|
||||||
"extended_eventhandlers", "CBA_UI", "CBA_XEH", "CBA_XEH_A3",
|
"extended_eventhandlers", "CBA_UI", "CBA_XEH", "CBA_XEH_A3"
|
||||||
"ace_common"
|
|
||||||
};
|
};
|
||||||
author[] = {ELSTRING(common,ACETeam)};
|
author[] = {ECSTRING(common,ACETeam)};
|
||||||
authorUrl = "http://ace3mod.com/";
|
authorUrl = "http://ace3mod.com/";
|
||||||
versionDesc = "ACE3";
|
versionDesc = "ACE3";
|
||||||
//versionAct = QUOTE(['MAIN',_this] execVM '\z\ace\addons\main\about.sqf';);
|
|
||||||
versionAct = "";
|
|
||||||
VERSION_CONFIG;
|
VERSION_CONFIG;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class CfgMods {
|
class CfgMods {
|
||||||
class PREFIX {
|
class PREFIX {
|
||||||
dir = "@ACE3";
|
dir = "@ace";
|
||||||
name = "Advanced Combat Environment 3";
|
name = "Advanced Combat Environment 3";
|
||||||
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
|
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
|
||||||
hidePicture = "true";
|
hidePicture = "true";
|
||||||
hideName = "true";
|
hideName = "true";
|
||||||
actionName = "Website";
|
actionName = "Website";
|
||||||
action = "http://ace3mod.com/";
|
action = "http://ace3mod.com/";
|
||||||
description = "Bugtracker: https://github.com/acemod/ACE3/issues";
|
description = "Issue Tracker: https://github.com/acemod/ACE3/issues";
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
class CfgSettings {
|
|
||||||
class CBA {
|
|
||||||
class Versioning {
|
|
||||||
class PREFIX {
|
|
||||||
level = DEFAULT_VERSIONING_LEVEL;
|
|
||||||
handler = "ace_common_fnc_mismatch";
|
|
||||||
class Dependencies {
|
|
||||||
CBA[]={"cba_main", {1,0,0}, "true"};
|
|
||||||
XEH[]={"cba_xeh", {1,0,0}, "true"};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
/*
|
|
||||||
class Registry {
|
|
||||||
class PREFIX {
|
|
||||||
removed[] = {};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
// #define DEBUG_MODE_FULL
|
// #define DEBUG_MODE_FULL
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_CORE
|
#ifdef DEBUG_ENABLED_MAIN
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG_SETTINGS_CORE
|
#ifdef DEBUG_SETTINGS_MAIN
|
||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_CORE
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user