Explorar el Código

Added COSUO config

Daniel Gibbs hace 9 años
padre
commit
238ad0a94c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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 )