mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-20 13:10:51 +00:00
another blobhash typo
This commit is contained in:
parent
2cb95ff3d7
commit
b2f2de5b99
@ -46,7 +46,7 @@ getthemap()
|
||||
bspdir=$3
|
||||
M=$4
|
||||
blobhash=$5
|
||||
if mv "$bspdir_old/$M-$blobhash.pk3" "$bspdir/$M-blobhash.pk3"; then
|
||||
if mv "$bspdir_old/$M-$blobhash.pk3" "$bspdir/$M-$blobhash.pk3"; then
|
||||
continue
|
||||
fi
|
||||
if ! wget -O "$bspdir/$M-$blobhash.pk3" "$url$M-$blobhash.pk3"; then
|
||||
|
Loading…
Reference in New Issue
Block a user