mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Change appended message for null jar array
This commit is contained in:
parent
631609af74
commit
0e0e36476a
@ -170,7 +170,7 @@ public final class CommandDump extends PlaceholderCommand {
|
|||||||
|
|
||||||
|
|
||||||
if (jars == null) {
|
if (jars == null) {
|
||||||
builder.append(" WARN: Jars array was empty!");
|
builder.append(" ¨[Warning]: Could not load jar files from expansions folder.");
|
||||||
} else {
|
} else {
|
||||||
for (final String jar : jars) {
|
for (final String jar : jars) {
|
||||||
builder.append(" ")
|
builder.append(" ")
|
||||||
|
Loading…
Reference in New Issue
Block a user