Skip to content

Commit

Permalink
Update InstallToDir.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
jzy-chitong56 authored Sep 24, 2024
1 parent 6a599f9 commit b7373e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstallToDir.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b7373e5

Please sign in to comment.