Browse Source

Should now actually run the fix for hurtworld

pull/573/head
UltimateByte 9 years ago
parent
commit
de8f3e7657
  1. 2
      functions/fn_install_steamfix

2
functions/fn_install_steamfix

@ -34,6 +34,6 @@ sleep 1
} }
fn_steamclientfix 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 fn_libsteamfix
fi fi

Loading…
Cancel
Save