diff --git a/@GMS/addons/custom_server/Configs/blck_configs.sqf b/@GMS/addons/custom_server/Configs/blck_configs.sqf index c04e5e0..e034a51 100644 --- a/@GMS/addons/custom_server/Configs/blck_configs.sqf +++ b/@GMS/addons/custom_server/Configs/blck_configs.sqf @@ -320,16 +320,19 @@ */ blck_blackListedMods = [ - "Kart", - "TANK", - "ORANGE", - "Heli", - "Contact", - "Enoch", - "Orange", - "Jets", - "Mark", - "Expansion" + // Uncomment to exclude items/weapons/uniforms/vest/headgear from being included. + // Add DLC names you wish to exluded as appropriate + // DLC names will be added to your server.RPT + //"Kart", + //"TANK", + //"ORANGE", + //"Heli", + //"Contact", + //"Enoch", + //"Orange", + //"Jets", + //"Mark", + //"Expansion" ]; blck_blacklistedVests = [ //"V_Press_F" diff --git a/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf b/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf index b805e0e..a3d7210 100644 --- a/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf +++ b/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf @@ -295,16 +295,19 @@ // lists of black-listed items to be excluded from dynamic loadouts blck_blackListedMods = [ - "Kart", - "TANK", - "ORANGE", - "Heli", - "Contact", - "Enoch", - "Orange", - "Jets", - "Mark", - "Expansion" + // Uncomment to exclude items/weapons/uniforms/vest/headgear from being included. + // Add DLC names you wish to exluded as appropriate + // DLC names will be added to your server.RPT + //"Kart", + //"TANK", + //"ORANGE", + //"Heli", + //"Contact", + //"Enoch", + //"Orange", + //"Jets", + //"Mark", + //"Expansion" ]; blck_blacklistedVests = [ //"V_Press_F"