fix loading of the compiled maps

This commit is contained in:
Rudolf Polzer 2010-08-05 17:10:00 +02:00
parent 95b7af2aca
commit bf768a38b2

4
all Executable file → Normal file
View File

@ -1041,8 +1041,8 @@ case "$cmd" in
for X in data/*-????????????????????????????????????????-????????????????????????????????????????.pk3; do
if [ -f "$X" ]; then
(
cd Xonotic/data/xonotic-maps.pk3dir
unzip ../../../"$X"
cd Xonotic/temp
unzip ../../"$X"
)
fi
done