From: Rudolf Polzer Date: Tue, 21 Feb 2012 14:00:14 +0000 (+0100) Subject: this return 1 should not be here X-Git-Tag: xonotic-v0.6.0~19 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7cc14d91f6552e1012880faf65728e65546cbaec;p=xonotic%2Fxonotic.git this return 1 should not be here --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 4d2798f0..02e11b2f 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -255,7 +255,6 @@ screenshotthemap() if [ -n "$IRCSPAM" ]; then $IRCSPAM < "$M-$blobhash/$M.ircss" fi - return 1 } getthemap()