probably fixing config

This commit is contained in:
bux578 2015-01-13 20:10:30 +01:00
parent 67c3c7e7c3
commit b8d0f52544

View File

@ -4,7 +4,7 @@ class CfgVehicles {
author = "$STR_ACE_Common_ACETeam"; author = "$STR_ACE_Common_ACETeam";
category = "ACE"; category = "ACE";
displayName = "Respawn System"; displayName = "Respawn System";
function = FUNC(module); function = QFUNC(module);
scope = 2; scope = 2;
isGlobal = 1; isGlobal = 1;
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa)); icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
@ -34,10 +34,10 @@ class CfgVehicles {
author = "$STR_ACE_Common_ACETeam"; author = "$STR_ACE_Common_ACETeam";
category = "ACE"; category = "ACE";
displayName = "Friendly Fire Messages"; displayName = "Friendly Fire Messages";
function = FUNC(moduleFriendlyFire); function = QFUNC(moduleFriendlyFire);
scope = 2; scope = 2;
isGlobal = 1; isGlobal = 1;
icon = PATHTOF(UI\Icon_Module_FriendlyFire_ca.paa); icon = QUOTE(PATHTOF(UI\Icon_Module_FriendlyFire_ca.paa));
class Arguments { class Arguments {
}; };
}; };
@ -46,7 +46,7 @@ class CfgVehicles {
author = "$STR_ACE_Common_ACETeam"; author = "$STR_ACE_Common_ACETeam";
category = "ACE"; category = "ACE";
displayName = "Rallypoint System"; displayName = "Rallypoint System";
function = FUNC(moduleRallypoint); function = QFUNC(moduleRallypoint);
scope = 2; scope = 2;
isGlobal = 1; isGlobal = 1;
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa)); icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));