From 224e559042e58a10eb700158b8177416f8e4f6b7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 15 Jun 2018 20:46:49 +0200 Subject: [PATCH] Typo: pkg -> pk3 --- misc/tools/xonotic-map-compiler-autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 70ab29f6..f8f34552 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -238,7 +238,7 @@ screenshotthemap() M=$3 blobhash=$4 commithash=$5 - if ! [ -f "$bspdir/$M-$blobhash.pkg" ]; then + if ! [ -f "$bspdir/$M-$blobhash.pk3" ]; then # not downloaded yet return fi -- 2.39.2