Explorar o código

Should now actually run the fix for hurtworld

UltimateByte %!s(int64=10) %!d(string=hai) anos
pai
achega
de8f3e7657
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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