diff --git a/GoldenEyeSource/gesserver b/GoldenEyeSource/gesserver index af53e6bdf..641258936 100644 --- a/GoldenEyeSource/gesserver +++ b/GoldenEyeSource/gesserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="300816" #### Variables #### diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index eed4446f1..df744e414 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -12,6 +12,7 @@ local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" # tr -cd '[:digit:]' leave only digits # tr -d '=\"; ' remove selected characters =\"; # grep -v "foo" filter out lines that contain foo +# cut -f1 -d "/" remove everything after / unavailable="${red}UNAVAILABLE${default}" zero="${red}0${default}" @@ -415,7 +416,7 @@ if [ "${engine}" == "avalanche" ]; then # Dont Starve Together elif [ "${engine}" == "dontstarve" ]; then fn_info_config_dontstarve -# Quake Love +# Quake Live elif [ "${engine}" == "idtech3" ]; then fn_info_config_idtech3 # Minecraft diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 40ed32cde..9bc71172d 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -28,7 +28,7 @@ elif [ "${gamename}" == "Garry's Mod" ]; then glibcfix="yes" elif [ "${gamename}" == "GoldenEye: Source" ]; then glibcrequired="2.15" - glibcfix="yes" + glibcfix="no" elif [ "${gamename}" == "Insurgency" ]; then glibcrequired="2.15" glibcfix="yes"