mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-09 22:21:49 +01:00
remove an from log message
Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com>
This commit is contained in:
parent
07ac8e41c5
commit
1478aabb5e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user