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
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
fi

Loading…
Cancel
Save