[STYLE] Опечатка в названии команды

This commit is contained in:
ijo42 2021-03-21 15:12:56 +05:00 committed by GitHub
parent bdd402051a
commit 155a60053c
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);