Commit dfbd7d14 authored by nanahira's avatar nanahira

fix

parent 77b38903
Pipeline #43402 passed with stages
in 2 minutes and 47 seconds
......@@ -1379,6 +1379,9 @@ export class Room {
return this.finalize(true);
}
this.duelRecords.push(duelRecord);
this.duelStage = DuelStage.Dueling;
const [
player0DeckCount,
player0ExtraCount,
......@@ -1430,9 +1433,6 @@ export class Room {
...[...this.watchers].map((p) => p.send(watcherMsg)),
]);
this.duelRecords.push(duelRecord);
this.duelStage = DuelStage.Dueling;
this.ocgcore.message$.subscribe((msg) => {
this.logger.info(
{ message: msg.message, type: msg.type },
......
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