mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +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) {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user