From b8d0f525448de6f2001e5a650dd67d125938b4f2 Mon Sep 17 00:00:00 2001 From: bux578 Date: Tue, 13 Jan 2015 20:10:30 +0100 Subject: [PATCH] probably fixing config --- addons/respawn/CfgVehicles.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/respawn/CfgVehicles.hpp b/addons/respawn/CfgVehicles.hpp index 55a18ad478..0da25103b1 100644 --- a/addons/respawn/CfgVehicles.hpp +++ b/addons/respawn/CfgVehicles.hpp @@ -4,7 +4,7 @@ class CfgVehicles { author = "$STR_ACE_Common_ACETeam"; category = "ACE"; displayName = "Respawn System"; - function = FUNC(module); + function = QFUNC(module); scope = 2; isGlobal = 1; icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa)); @@ -34,10 +34,10 @@ class CfgVehicles { author = "$STR_ACE_Common_ACETeam"; category = "ACE"; displayName = "Friendly Fire Messages"; - function = FUNC(moduleFriendlyFire); + function = QFUNC(moduleFriendlyFire); scope = 2; isGlobal = 1; - icon = PATHTOF(UI\Icon_Module_FriendlyFire_ca.paa); + icon = QUOTE(PATHTOF(UI\Icon_Module_FriendlyFire_ca.paa)); class Arguments { }; }; @@ -46,7 +46,7 @@ class CfgVehicles { author = "$STR_ACE_Common_ACETeam"; category = "ACE"; displayName = "Rallypoint System"; - function = FUNC(moduleRallypoint); + function = QFUNC(moduleRallypoint); scope = 2; isGlobal = 1; icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));