From f66abbafad4a471f3503c0d0baae1efe31ca406b Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Mon, 21 Dec 2015 02:18:37 +0100 Subject: [PATCH] Actually removed useless hurtworld filefix Fix is done with fn_install_steamfix --- functions/fn_install | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/fn_install b/functions/fn_install index 4c781b388..39fca9c8e 100644 --- a/functions/fn_install +++ b/functions/fn_install @@ -42,7 +42,5 @@ elif [ "${gamename}" == "Unreal Tournament 2004" ]; then fn_install_ut2k4fix elif [ "${gamename}" == "Unreal Tournament 99" ]; then fn_install_ut99fix -elif [ "${gamename}" == "Hurtworld" ]; then - fn_install_hwfix fi fn_install_complete