Browse Source

Should now actually run the fix for hurtworld

UltimateByte 10 năm trước cách đây
mục cha
commit
de8f3e7657
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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