This commit is contained in:
Gravita 2022-01-07 17:31:01 +07:00
parent 277e10cc71
commit 9d1118ea97

View file

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