Commit df6c5153 authored by 神楽坂玲奈's avatar 神楽坂玲奈

匹配失败

parent 05dde269
......@@ -598,7 +598,7 @@ export class YGOProComponent implements OnInit, OnDestroy {
.subscribe((data) => {
this.join(data['password'], {address: data['address'], port: data['port']});
}, (error) => {
alert(`匹配失败\n${error}`);
alert(`匹配失败`);
this.matching = matching = undefined;
this.matching_arena = matching_arena = undefined;
if (this.match_interval) {
......
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