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