Browse Source

updated install_steamcmd.sh

pull/584/head
Daniel Gibbs 9 years ago
parent
commit
c40588bc1e
  1. 2
      functions/command_install.sh
  2. 2
      functions/install_steamcmd.sh

2
functions/command_install.sh

@ -19,7 +19,7 @@ elif [ "${gamename}" == "Unreal Tournament 99" ]; then
elif [ "${gamename}" == "Teamspeak 3" ]; then
install_ts3.sh
elif [ ! -z "${appid}" ]; then
fn_install_steamcmd
install_steamcmd.sh
finstall_serverfiles.sh
install_steamfix.sh
fi

2
functions/install_steamcmd.sh

@ -1,5 +1,5 @@
#!/bin/bash
# LGSM fn_install_steamcmd function
# LGSM install_steamcmd.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="201215"

Loading…
Cancel
Save