diff --git a/game-server/app/servers/connector/handler/entryHandler.ts b/game-server/app/servers/connector/handler/entryHandler.ts index bf5a672ed..cefee2551 100644 --- a/game-server/app/servers/connector/handler/entryHandler.ts +++ b/game-server/app/servers/connector/handler/entryHandler.ts @@ -100,6 +100,7 @@ export class EntryHandler { let mails = await getMails(role.roleId, serverId) await chackFunOpenWhenLogin(role, session); await loginRefresh(role.roleId); + await reportOnlineSchedule(); role['heros'] = heros; role['equips'] = equips;