]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
fix loading of the compiled maps
[xonotic/xonotic.git] / all
diff --git a/all b/all
old mode 100755 (executable)
new mode 100644 (file)
index 22aa69f..6eb6965
--- a/all
+++ b/all
@@ -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