Browse Source

bug ut2k4 using wrong map-compressor

pull/592/head
Daniel Gibbs 9 years ago
parent
commit
bccc635cc5
  1. 2
      functions/core_getopt.sh

2
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;;
*)

Loading…
Cancel
Save