Browse Source

Merge branch 'master' into develop

pull/2200/head
Daniel Gibbs 6 years ago
parent
commit
e43eee4571
  1. 12
      lgsm/functions/install_server_files.sh
  2. 2
      linuxgsm.sh

12
lgsm/functions/install_server_files.sh

@ -132,19 +132,19 @@ if [ -n "${appid}" ]; then
fn_install_server_files_steamcmd
fi
if [ "${shortname}" == "TeamSpeak 3" ]; then
if [ "${shortname}" == "ts3" ]; then
update_ts3.sh
elif [ "${shortname}" == "Minecraft" ]; then
elif [ "${shortname}" == "mc" ]; then
install_minecraft_eula.sh
update_minecraft.sh
elif [ "${shortname}" == "Mumble" ]; then
elif [ "${shortname}" == "mumble" ]; then
update_mumble.sh
elif [ "${shortname}" == "Multi Theft Auto" ]; then
elif [ "${shortname}" == "mta" ]; then
update_mta.sh
elif [ "${shortname}" == "Factorio" ]; then
elif [ "${shortname}" == "fctr" ]; then
update_factorio.sh
install_factorio_save.sh
elif [ -z "${appid}" ]||[ "${shortname}" == "GoldenEye: Source" ]||[ "${shortname}" == "Base Defense" ]||[ "${shortname}" == "BrainBread" ]||[ "${shortname}" == "ns" ]||[ "${shortname}" == "vs" ]; then
elif [ -z "${appid}" ]||[ "${shortname}" == "ges" ]||[ "${shortname}" == "bd" ]||[ "${shortname}" == "bb" ]||[ "${shortname}" == "ns" ]||[ "${shortname}" == "vs" ]; then
if [ "${shortname}" == "Unreal Tournament" ]; then
install_unreal_tournament_eula.sh
fi

2
linuxgsm.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="190106"
version="190217"
shortname="core"
gameservername="core"
rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"

Loading…
Cancel
Save