Commit 9036e018 authored by nanahira's avatar nanahira

fix

parent a572459d
......@@ -55,6 +55,9 @@ export class Show {
);
}
}
availableBots = availableBots.filter(
(b) => !this.getPerformingBots().includes(b),
);
for (const character of this.playbook.characters) {
// exact
let matchBot = availableBots.find(
......
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