mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
remove an from log message
Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com>
This commit is contained in:
@@ -340,7 +340,7 @@ public final class LocalExpansionManager implements Listener {
|
|||||||
|
|
||||||
if (expansionClass == null) {
|
if (expansionClass == null) {
|
||||||
plugin.getLogger().severe("Failed to load Expansion: " + file.getName() + ", as it does not have" +
|
plugin.getLogger().severe("Failed to load Expansion: " + file.getName() + ", as it does not have" +
|
||||||
"an a class which extends PlaceholderExpansion.");
|
" a class which extends PlaceholderExpansion.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return expansionClass;
|
return expansionClass;
|
||||||
|
Reference in New Issue
Block a user