Browse Source

Added mumble

UltimateByte 10 năm trước cách đây
mục cha
commit
93780b5cdb
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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