Commit 679a30ad authored by 神楽坂玲奈's avatar 神楽坂玲奈 Committed by 铃兰

fix

parent 4011c4b8
...@@ -24,7 +24,6 @@ export class Router { ...@@ -24,7 +24,6 @@ export class Router {
rinfo?: RemoteInfo; rinfo?: RemoteInfo;
constructor(public id: number) { constructor(public id: number) {
this.reset();
} }
reset() { reset() {
...@@ -147,3 +146,5 @@ export class Router { ...@@ -147,3 +146,5 @@ export class Router {
} }
} }
} }
for (const router of Router.all) router.reset();
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