mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-21 13:06:52 +00:00
now that we HAVE an official map, we can get rid of the ???????????????-??????????? error message :P
This commit is contained in:
parent
3dc917baad
commit
0fcb7de675
@ -180,7 +180,11 @@ case "$1" in
|
||||
;;
|
||||
download)
|
||||
mkdir -p "$bspdir" "$bspdir.old"
|
||||
mv "$bspdir"/*-????????????????????????????????????????-????????????????????????????????????????.pk3 "$bspdir.old"/ || true
|
||||
for b in "$bspdir"/*-????????????????????????????????????????-????????????????????????????????????????.pk3; do
|
||||
if [ -e "$b" ]; then
|
||||
mv "$b" "$bspdir.old"/
|
||||
fi
|
||||
done
|
||||
cd data/xonotic-maps.pk3dir
|
||||
allmaps getthemap "$url" "$bspdir.old" "$bspdir"
|
||||
echo "List of maps that got deleted (if any) and currently are in $bspdir.old:"
|
||||
|
Loading…
Reference in New Issue
Block a user