Merge pull request #438 from ijo42/patch-1

[STYLE] Опечатка в названии команды
This commit is contained in:
Zaxar163 2021-03-21 21:12:24 +03:00 committed by GitHub
commit 25d88ba30d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ public void invoke(String... args) throws Exception {
LogHelper.info("New reject message: %s", message);
}
});
commands.put("whirelist.add", new SubCommand() {
commands.put("whitelist.add", new SubCommand() {
@Override
public void invoke(String... args) throws Exception {
verifyArgs(args, 1);