From e86691d94f1f64cf0a9c90ef255940f9a783ceeb Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 26 Jul 2016 23:44:40 +0200 Subject: [PATCH] Added mumble update --- lgsm/functions/command_update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/command_update.sh b/lgsm/functions/command_update.sh index e0fde4a0b..83a797f7d 100644 --- a/lgsm/functions/command_update.sh +++ b/lgsm/functions/command_update.sh @@ -15,8 +15,10 @@ check.sh if [ "${gamename}" == "Teamspeak 3" ]; then update_ts3.sh +elif [ "${gamename}" == "Mumble" ]; then + update_mumble.sh else update_steamcmd.sh fi -core_exit.sh \ No newline at end of file +core_exit.sh