Commit 1848b830 authored by nanahira's avatar nanahira

fix

parent 9b2b1811
......@@ -187,6 +187,7 @@ export default class HisoutensokuJammerPlugin implements OnApply {
useCache = true,
) {
const targets = await this.getTargetsFromMessage(message, sender, useCache);
if (!targets) return;
const results: boolean[] = await Promise.all(
targets.map((target) => {
return this.startAttack(target.address, target.port);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment