Browse Source

will install steamcmd files first

pull/1043/head
Daniel Gibbs 9 years ago
parent
commit
681f1bbe1a
  1. 8
      lgsm/functions/install_server_files.sh

8
lgsm/functions/install_server_files.sh

@ -101,6 +101,10 @@ echo "Installing ${gamename} Server"
echo "=================================" echo "================================="
sleep 1 sleep 1
if [ -n "${appid}" ]; then
fn_install_server_files_steamcmd
fi
if [ "${gamename}" == "TeamSpeak 3" ]; then if [ "${gamename}" == "TeamSpeak 3" ]; then
update_ts3.sh update_ts3.sh
elif [ "${gamename}" == "Minecraft" ]; then elif [ "${gamename}" == "Minecraft" ]; then
@ -112,10 +116,6 @@ elif [ -z "${appid}" ]||[ "${gamename}" == "GoldenEye: Source" ]; then
fn_install_server_files fn_install_server_files
fi fi
if [ -n "${appid}" ]; then
fn_install_server_files_steamcmd
fi
if [ -z "${autoinstall}" ]; then if [ -z "${autoinstall}" ]; then
echo "" echo ""
echo "=================================" echo "================================="

Loading…
Cancel
Save