mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-10-28 17:41:58 +01:00
Change appended message for null jar array
This commit is contained in:
@@ -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(" ")
|
||||
|
||||
Reference in New Issue
Block a user