Commit 17767994 authored by nanahira's avatar nanahira

tweak

parent 4a788aa7
......@@ -239,7 +239,7 @@ export class YGOTournamentPlugin {
(m) =>
!roomlist.rooms.some(
(r) =>
r.roomname.endsWith(m.match.id.toString()) && r.istart !== 'wait',
r.istart !== 'wait' && r.roomname.endsWith(m.match.id.toString()),
),
);
return { tournament, matches: zombieMatches };
......
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