Browse Source

a

pull/4260/head
Daniel Gibbs 2 years ago
parent
commit
8df1d0bc3a
  1. 1
      lgsm/modules/check_steamcmd.sh
  2. 3
      lgsm/modules/command_install.sh
  3. 1
      lgsm/modules/core_steamcmd.sh

1
lgsm/modules/check_steamcmd.sh

@ -20,4 +20,3 @@ fn_check_steamcmd_dir_legacy
fn_check_steamcmd_steamapp
fn_check_steamcmd_user
fn_check_steamcmd_exec
fn_check_steamcmd_appmanifest

3
lgsm/modules/command_install.sh

@ -28,6 +28,9 @@ else
elif [ "${appid}" ]; then
install_steamcmd.sh
install_server_files.sh
if [ "${engine}" == "goldsrc" ]; then
command_update.sh
fi
fi
# Configuration.

1
lgsm/modules/core_steamcmd.sh

@ -147,6 +147,7 @@ fn_check_steamcmd_exec() {
fn_update_steamcmd_localbuild() {
# Gets local build info.
fn_print_dots "Checking local build: ${remotelocation}"
fn_check_steamcmd_appmanifest
# Uses appmanifest to find local build.
localbuild=$(grep buildid "${appmanifestfile}" | tr '[:blank:]"' ' ' | tr -s ' ' | cut -d\ -f3)

Loading…
Cancel
Save