Revert changes
This commit is contained in:
@@ -51,11 +51,11 @@ if(isServer) then {
|
||||
GET_PARAM_BOOL(GRLIB_blufor_defenders, "BluforDefenders", 1);
|
||||
GET_PARAM_BOOL(GRLIB_autodanger, "Autodanger", 0);
|
||||
GET_PARAM(GRLIB_time_factor, "DayDuration", 12);
|
||||
GET_PARAM_BOOL(GRLIB_shorter_nights, "ShorterNights", 1);
|
||||
GET_PARAM_BOOL(GRLIB_shorter_nights, "ShorterNights", 0);
|
||||
GET_PARAM(GRLIB_weather_param, "Weather", 3);
|
||||
GET_PARAM_BOOL(KP_liberation_fog_param, "VanillaFog", 1);
|
||||
GET_PARAM(GRLIB_resources_multiplier, "ResourcesMultiplier", 3);
|
||||
GET_PARAM_BOOL(KP_liberation_arsenal_type, "ArsenalType", 1);
|
||||
GET_PARAM_BOOL(KP_liberation_arsenal_type, "ArsenalType", 0);
|
||||
GET_PARAM_BOOL(KPLIB_directArsenal, "DirectArsenal", 0);
|
||||
GET_PARAM_BOOL(KP_liberation_playermenu, "PlayerMenu", 1);
|
||||
GET_PARAM(KP_liberation_victoryCondition, "VictoryCondition", 0);
|
||||
|
||||
Reference in New Issue
Block a user