Fix typo
This commit is contained in:
parent
84a77a6814
commit
4b49c5bafe
@ -72,7 +72,7 @@ public final class ActorAttributeFilter implements Filter {
|
||||
if (givenKey.equals(properKey)) {
|
||||
return new ServerActor(server);
|
||||
}
|
||||
} else if (type.equals("BUngeeCord") && split.length == 2) {
|
||||
} else if (type.equals("BungeeCord") && split.length == 2) {
|
||||
String givenKey = split[1];
|
||||
String properKey = APIv3.getConfig().getProperty("auth.bungeeCordApiKey");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user