diff --git a/lgsm/functions/fix_openttd.sh b/lgsm/functions/fix_openttd.sh index 0266b174c..d31a0cc9e 100644 --- a/lgsm/functions/fix_openttd.sh +++ b/lgsm/functions/fix_openttd.sh @@ -10,5 +10,5 @@ local commandaction="Fix" mkdir "${rootdir}/.openttd/baseset" fn_print_information_nl "Downloading graphics pack" -fn_fetch_file "https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip" "${tmpdir}" "opengfx-0.6.0-all.zip" "nochmodx" "norun" "noforce" "994d8ce816542b74130964971736d4d6" +fn_fetch_file "https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip" "" "" "" "${tmpdir}" "opengfx-0.6.0-all.zip" "nochmodx" "norun" "noforce" "994d8ce816542b74130964971736d4d6" fn_dl_extract "${tmpdir}" "opengfx-0.6.0-all.zip" "${rootdir}/.openttd/baseset" \ No newline at end of file