Browse Source

fix: correct and standardise name of goldsrc engine (#2814)

GoldSrc servers were names variants of Gold Source. Using correct engine name GoldSrc
pull/2820/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
773812a6c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/install_server_files.sh

2
lgsm/functions/install_server_files.sh

@ -152,7 +152,7 @@ fn_install_server_files_steamcmd(){
# GoldSrc (appid 90) servers commonly fail to download all the server files required.
# Validating a few of times may reduce the chance of this issue.
if [ "${appid}" == "90" ]; then
fn_print_information_nl "GoldSrc servers commonly fail to download all the server files required. Validating a few of times may reduce the chance of this issue."
fn_print_information_nl "GoldSrc servers commonly fail to download all the server files required. Validating a few of times may reduce the chance of this issue."
counter="0"
while [ "${counter}" -le "4" ]; do
counter=$((counter+1))

Loading…
Cancel
Save