diff --git a/functions/fn_steamfix b/functions/fn_steamfix index 6e4d4336a..4b654da21 100644 --- a/functions/fn_steamfix +++ b/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 \ No newline at end of file