From bccc635cc526fa64b032ba60742c6ec800776807 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 28 Dec 2015 23:40:54 +0000 Subject: [PATCH] bug ut2k4 using wrong map-compressor --- functions/core_getopt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/core_getopt.sh b/functions/core_getopt.sh index 73be96001..ff6f870de 100644 --- a/functions/core_getopt.sh +++ b/functions/core_getopt.sh @@ -380,7 +380,7 @@ case "$getopt" in i|install) command_install.sh;; mc|map-compressor) - compress_ut99_maps.sh;; + compress_unreal2_maps.sh;; dd|depsdetect) dev_detect_deps.sh;; *)