Browse Source

Actually removed useless hurtworld filefix

Fix is done with fn_install_steamfix
pull/573/head
UltimateByte 9 years ago
parent
commit
f66abbafad
  1. 2
      functions/fn_install

2
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

Loading…
Cancel
Save