Commit 83991899 authored by Tt's avatar Tt

修改匹配时间

parent 5b24d02f
...@@ -114,7 +114,7 @@ export class GameServer { ...@@ -114,7 +114,7 @@ export class GameServer {
this.addPlayer(playerInfo); this.addPlayer(playerInfo);
} }
//TODO:调试加速 //TODO:调试加速
}, 1000)//RandomInt(10000, 15000) }, 10000)//RandomInt(10000, 15000)
); );
} }
} }
......
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