UltimateByte 10 年 前
コミット
93780b5cdb
1 ファイル変更2 行追加0 行削除
  1. 2 0
      lgsm/functions/install_server_files.sh

+ 2 - 0
lgsm/functions/install_server_files.sh

@@ -94,6 +94,8 @@ sleep 1
 
 if [ "${gamename}" == "Teamspeak 3" ]; then
 	update_ts3.sh
+elif [ "${gamename}" == "Mumble" ]; then
+	update_mumble.sh
 elif [ -z "${appid}" ]||[ "${gamename}" == "GoldenEye: Source" ]; then
 	fn_install_server_files
 fi