From 2629a9bbde602aeadb175ca5635082dcc1c7f147 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 1 Jan 2016 17:51:48 +0000 Subject: [PATCH] Removed gmod libsteam.so fix as per #596 --- functions/fix_steamcmd.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/functions/fix_steamcmd.sh b/functions/fix_steamcmd.sh index 410574263..862b4736f 100644 --- a/functions/fix_steamcmd.sh +++ b/functions/fix_steamcmd.sh @@ -2,7 +2,7 @@ # LGSM fix_steamcmd.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="301215" +lgsm_version="010116" # Description: fixes various issues related to steamCMD. @@ -34,16 +34,7 @@ if [ ! -f "${HOME}/.steam/sdk32/steamclient.so" ]; then fn_msg_end fi -if [ "${gamename}" == "Garry's Mod" ]; then - # Fixes: .steam/sdk32/libsteam.so: cannot open shared object file: No such file or directory - if [ ! -f "${HOME}/.steam/sdk32/libsteam.so" ]; then - local fixname="libsteam.so" - fn_msg_start - mkdir -pv "${HOME}/.steam/sdk32" >> "${scriptlog}" - cp -v "${filesdir}/bin/libsteam.so" "${HOME}/.steam/sdk32/libsteam.so" >> "${scriptlog}" - fn_msg_end - fi -elif [ "${gamename}" == "Serious Sam 3: BFE" ]; then +if [ "${gamename}" == "Serious Sam 3: BFE" ]; then # Fixes: .steam/bin32/libsteam.so: cannot open shared object file: No such file or directory if [ ! -f "${HOME}/.steam/bin32/libsteam.so" ]; then local fixname="libsteam.so"