Parcourir la source

Added SS3:BFE to libsteamfix

Daniel Gibbs il y a 11 ans
Parent
commit
906527dacf
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      functions/fn_steamfix

+ 2 - 2
functions/fn_steamfix

@@ -2,7 +2,7 @@
 # LGSM fn_libsteamfix function
 # Author: Daniel Gibbs
 # Website: http://danielgibbs.co.uk
-# Version: 121114
+# Version: 151214
 
 fn_steamclientfix(){
 echo "Applying steamclient.so fix"
@@ -28,6 +28,6 @@ echo ""
 }
 
 fn_steamclientfix
-if [ "${gamename}" == "Garrys's Mod" ];then
+if [ "${gamename}" == "Garrys's Mod" ]||[ "${gamename}" == "Serious Sam 3: BFE" ];then
 	fn_libsteamfix
 fi