Browse Source

More hash updates

pull/525/head
Jared Ballou 9 years ago
parent
commit
a42092bc75
  1. 2
      Insurgency/insserver
  2. 5
      functions/game_settings.sh

2
Insurgency/insserver

@ -4,7 +4,7 @@
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="180116"
version="190116"
# File fetching settings
# Github Branch Select

5
functions/game_settings.sh

@ -131,7 +131,10 @@ fn_flush_game_settings
fn_import_game_settings $selfname
# New method is to always run this function, it will overwrite defaults with whatever the new script values are
fn_create_config default
cfg_version_default=$(grep lgsm_version "${cfg_file_default}" 2>&1 | cut -d'=' -f2 | sed -e 's/"//g')
if [ "${cfg_version}" != "${version}" ]; then
fn_create_config default 1
fi
# Load defaults
source $cfg_file_default

Loading…
Cancel
Save