瀏覽代碼

mumble has a config file

UltimateByte 9 年之前
父節點
當前提交
dcebda85ca
共有 1 個文件被更改,包括 5 次插入1 次删除
  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