Browse Source

Added mumble

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
93780b5cdb
  1. 2
      lgsm/functions/install_server_files.sh

2
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

Loading…
Cancel
Save