From 0c81c048cf2ea136d716fdd50c15aae4435a3e4e Mon Sep 17 00:00:00 2001 From: Bjanski Date: Tue, 2 Aug 2016 14:31:08 +0200 Subject: [PATCH] fix --- mpmissions/Exile.Altis/config.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mpmissions/Exile.Altis/config.cpp b/mpmissions/Exile.Altis/config.cpp index 80395cd..925c135 100644 --- a/mpmissions/Exile.Altis/config.cpp +++ b/mpmissions/Exile.Altis/config.cpp @@ -63,8 +63,7 @@ class CfgXM8 class ExAd_SB { title = "Statsbar Settings"; - controlID = 50400; //IDC:50300 -> 50305 || These need to be unique and out of range from each other - config = "ExadClient\XM8\Apps\SB_Settings\config.sqf"; + controlID = 50400; //IDC:50400 -> 50475 || These need to be unique and out of range from each other logo = "ExadClient\XM8\Apps\SB_Settings\Icon_SB.paa"; onLoad = "ExAdClient\XM8\Apps\SB_Settings\onLoad.sqf"; };