From 3eca60b1a7782754adac4e74ba61b1c859c0cbbd Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Wed, 27 Jul 2016 02:09:33 +0200 Subject: [PATCH] Added mumble installation --- lgsm/functions/command_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/command_install.sh b/lgsm/functions/command_install.sh index 6d2bcf40e..79fede4a0 100644 --- a/lgsm/functions/command_install.sh +++ b/lgsm/functions/command_install.sh @@ -17,7 +17,7 @@ check_deps.sh if [ "${gamename}" == "Unreal Tournament 2004" ]; then install_server_files.sh install_ut2k4_key.sh -elif [ "${gamename}" == "Unreal Tournament 99" ]||[ "${gamename}" == "Teamspeak 3" ]; then +elif [ "${gamename}" == "Unreal Tournament 99" ]||[ "${gamename}" == "Teamspeak 3" ]||[ "${gamename}" == "Mumble" ]; then installer=1 install_server_files.sh elif [ -n "${appid}" ]; then @@ -35,4 +35,4 @@ fi fix.sh install_complete.sh -core_exit.sh \ No newline at end of file +core_exit.sh