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