From b7373e58d031fd9c4deca7e57fe28b56f7abea88 Mon Sep 17 00:00:00 2001 From: jzy-chitong56 <48715223+jzy-chitong56@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:10:23 +0800 Subject: [PATCH] Update InstallToDir.pl --- InstallToDir.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallToDir.pl b/InstallToDir.pl index 18b830e42..dd4933fa2 100644 --- a/InstallToDir.pl +++ b/InstallToDir.pl @@ -28,7 +28,7 @@ sub process_dir { print "Installing $ver AMAI and Commander to $dirname/$filename\n"; } elsif ($commander eq "2") { print "Installing $ver AMAI and Commander - VS AI to $dirname/$filename\n"; - } elsif ($commander eq "0") { + } else { print "Installing $ver AMAI without Commander to $dirname/$filename\n"; } system "MPQEditor htsize \"$dirname/$filename\" 64";