This commit is contained in:
aozhiwei 2023-11-24 22:50:02 +08:00
parent b60d701aee
commit 9a2371f8a6

View File

@ -17,16 +17,6 @@
void PlayerMgr::Init() void PlayerMgr::Init()
{ {
#if 0
for (int i = 1; i <= App::Instance()->robot_num; ++i) {
f8::CoMgr::Instance()->CreateCo
(
[this, i] (f8::Coroutine* co)
{
CoWebLogin(i, co);
});
}
#endif
} }
void PlayerMgr::UnInit() void PlayerMgr::UnInit()