Browse Source

Added SS3:BFE to libsteamfix

pull/254/merge
Daniel Gibbs 10 years ago
parent
commit
906527dacf
  1. 4
      functions/fn_steamfix

4
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
Loading…
Cancel
Save