Browse Source

Added mumble update

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
e86691d94f
  1. 4
      lgsm/functions/command_update.sh

4
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
core_exit.sh

Loading…
Cancel
Save