mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-05 13:39:39 +00:00
fix loading of the compiled maps
This commit is contained in:
parent
95b7af2aca
commit
bf768a38b2
4
all
Executable file → Normal file
4
all
Executable file → Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user