remove an from log message

Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com>
This commit is contained in:
PiggyPiglet 2021-01-04 10:25:38 +08:00 committed by GitHub
parent 07ac8e41c5
commit 1478aabb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;