Revert changes

This commit is contained in:
Samuele Lorefice
2025-05-27 22:46:40 +02:00
parent 08317ffc77
commit 6718e35b7a
6 changed files with 13 additions and 13 deletions

View File

@@ -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);