UltimateByte 10 anni fa
parent
commit
93780b5cdb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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