Improve log message

This commit is contained in:
Andre601 2023-02-23 14:50:22 +01:00
parent 1b0b3bad09
commit cd18d20b39
No known key found for this signature in database
GPG Key ID: 90E82BD59347A86C
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public final class LocalExpansionManager implements Listener {
}
if (expansions.containsKey(identifier)) {
Msg.warn("Failed to load expansion %s. Identifier is already registered.",
Msg.warn("Failed to load expansion %s. Identifier is already in use.",
expansion.getIdentifier());
return false;
}