Prechádzať zdrojové kódy

Should now actually run the fix for hurtworld

UltimateByte 10 rokov pred
rodič
commit
de8f3e7657
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      functions/fn_install_steamfix

+ 1 - 1
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