Explorar o código

mumble has a config file

UltimateByte %!s(int64=9) %!d(string=hai) anos
pai
achega
dcebda85ca
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      lgsm/functions/install_config.sh

+ 5 - 1
lgsm/functions/install_config.sh

@@ -270,7 +270,11 @@ elif [ "${gamename}" == "No More Room in Hell" ]; then
 	fn_default_config_remote
 	fn_set_config_vars
 elif [ "${gamename}" == "Mumble" ]; then
-	:
+	gamedirname="Mumble"
+	array_configs+=( murmur.ini )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 elif [ "${gamename}" == "Natural Selection 2" ]; then
 	:
 elif [ "${gamename}" == "NS2: Combat" ]; then