Browse Source

update steamcmd

pull/3002/head
Daniel Gibbs 5 years ago
parent
commit
ad82f53445
  1. 3
      lgsm/functions/update_jediknight2.sh

3
lgsm/functions/update_jediknight2.sh

@ -128,12 +128,13 @@ fn_update_jk2_compare(){
remotelocation="jk2mv.org"
# Game server architecture.
jk2arch="x86"
jk2arch="x64"
if [ "${installer}" == "1" ]; then
fn_update_jk2_remotebuild
fn_update_jk2_dl
else
update_steamcmd.sh
fn_print_dots "Checking for update: ${remotelocation}"
fn_script_log_info "Checking for update: ${remotelocation}"
fn_update_jk2_localbuild

Loading…
Cancel
Save