Browse Source

Removed gmod libsteam.so fix as per #596

Daniel Gibbs 10 years ago
parent
commit
2629a9bbde
1 changed files with 2 additions and 11 deletions
  1. 2 11
      functions/fix_steamcmd.sh

+ 2 - 11
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"