Sfoglia il codice sorgente

Added COSUO config

Daniel Gibbs 9 anni fa
parent
commit
238ad0a94c
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      lgsm/functions/install_config.sh

+ 6 - 0
lgsm/functions/install_config.sh

@@ -119,6 +119,12 @@ elif [ "${gamename}" == "Call of Duty" ]; then
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_set_config_vars
+elif [ "${gamename}" == "Call of Duty: United Offensive" ]; then
+	gamedirname="CallOfDutyUnitedOffensive"
+	array_configs+=( server.cfg )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 elif [ "${gamename}" == "Call of Duty 2" ]; then
 	gamedirname="CallofDuty2"
 	array_configs+=( server.cfg )