From 40f257b1493c7998a6dad2e992b4c5e9f003020c Mon Sep 17 00:00:00 2001 From: "Ghostrider [GRG]" Date: Fri, 13 Oct 2023 22:04:09 -0400 Subject: [PATCH] Adding a missing config setting. --- @GMS/addons/GMS/Configs/GMS_configs.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@GMS/addons/GMS/Configs/GMS_configs.sqf b/@GMS/addons/GMS/Configs/GMS_configs.sqf index f33a961..03a04ed 100644 --- a/@GMS/addons/GMS/Configs/GMS_configs.sqf +++ b/@GMS/addons/GMS/Configs/GMS_configs.sqf @@ -17,7 +17,7 @@ changing any of these variables may break the mission system */ GMS_locationBlackList = []; // Do not touch ... - GMS_debugLevel = 0; // should be set to 0 ... + GMS_debugLevel = 1; // should be set to 0 ... [format["Loading configurations for Non-militarized servers"]] call GMS_fnc_log; /* @@ -331,7 +331,7 @@ switch (GMSCore_modType) do GMS_enableRedMissions = 2; GMS_enableBlueMissions = 1; GMS_numberUnderwaterDynamicMissions = 0; // Values from -1 (no UMS) to N (N Underwater missions will be spawned; static UMS units and subs will be spawned. - + GMS_enableStaticMissions = 3; #ifdef GRGserver GMS_enableHunterMissions = 1; GMS_enableScoutsMissions = 2;