Change appended message for null jar array

This commit is contained in:
Andre601 2022-04-29 23:13:19 +02:00
parent 631609af74
commit 0e0e36476a
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public final class CommandDump extends PlaceholderCommand {
if (jars == null) {
builder.append(" WARN: Jars array was empty!");
builder.append(" ¨[Warning]: Could not load jar files from expansions folder.");
} else {
for (final String jar : jars) {
builder.append(" ")