mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-07 14:11:48 +00:00
handle a failcase better
This commit is contained in:
parent
7f344c656a
commit
509d1a597b
@ -223,6 +223,7 @@ getthemap()
|
||||
if ! curl -o "$bspdir/$M-$blobhash.pk3" "$url$M-$blobhash.pk3"; then
|
||||
rm -f "$bspdir/$M-$blobhash.pk3"
|
||||
echo "WARNING: could not download $url$M-$blobhash.pk3, maybe not ready yet"
|
||||
getthemap_fail=true
|
||||
return 0
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user