From 906527dacff6c9193f44eb83ba211e9141543297 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 15 Dec 2014 00:12:39 +0000 Subject: [PATCH] Added SS3:BFE to libsteamfix --- functions/fn_steamfix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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