From ab920be2e961f8a7fdd7ce2eac9cec51839d00ab Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Mon, 21 Dec 2015 01:32:02 +0100 Subject: [PATCH] added hurtworld --- functions/fn_install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/fn_install b/functions/fn_install index 0cc9129c4..4c781b388 100644 --- a/functions/fn_install +++ b/functions/fn_install @@ -42,5 +42,7 @@ 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 \ No newline at end of file +fn_install_complete