mirror of
https://github.com/Ghostrider-DbD-/GMS_RC.git
synced 2024-08-30 16:02:11 +00:00
Adding a missing config setting.
This commit is contained in:
parent
5491df83b1
commit
40f257b149
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user