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

Loading…
Cancel
Save