防沉迷:添加登录时校验

This commit is contained in:
luying
2021-03-09 19:28:12 +08:00
parent 7722994f1f
commit 8c982ae7b6

View File

@@ -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;