Przeglądaj źródła

Added SS3:BFE to libsteamfix

Daniel Gibbs 11 lat temu
rodzic
commit
906527dacf
1 zmienionych plików z 2 dodań i 2 usunięć
  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