Pārlūkot izejas kodu

Should now actually run the fix for hurtworld

UltimateByte 10 gadi atpakaļ
vecāks
revīzija
de8f3e7657
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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