From de8f3e76573e6a8487d3dfffc6d67fe5ec5bca69 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Mon, 21 Dec 2015 02:06:28 +0100 Subject: [PATCH] Should now actually run the fix for hurtworld --- functions/fn_install_steamfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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