diff --git a/functions/fn_install_steamfix b/functions/fn_install_steamfix index c7c205210..d94ce3e28 100644 --- a/functions/fn_install_steamfix +++ b/functions/fn_install_steamfix @@ -34,6 +34,6 @@ sleep 1 } fn_steamclientfix -if [ "${gamename}" == "Garry's Mod" ]||[ "${gamename}" == "Serious Sam 3: BFE" ]; then +if [ "${gamename}" == "Garry's Mod" ]||[ "${gamename}" == "Serious Sam 3: BFE" ]||[ "${gamename}" == "Hurtworld" ]; then fn_libsteamfix fi