处理报错

back_recharge
lvxinran 2021-08-12 18:35:17 +08:00
parent 9af6ed2721
commit b9661c9a77
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class GetWorldArenaInfoRequestHandler extends BaseHandler<WorldProto.GetW
builder.setIsStart(1); builder.setIsStart(1);
} }
if (!HandlerLogicThread.checkOpen(UserManager.getUser(iSession.getUid()),sGlobalSystemConfig)) { if (!HandlerLogicThread.checkOpen(UserManager.getUser(iSession.getUid()),sGlobalSystemConfig)) {
throw new ErrorCodeException(ErrorCode.ACTIVITY_NOT_OPEN); MessageUtil.sendMessage(iSession,1, MessageTypeProto.MessageType.GetWorldArenaInfoResponse.getNumber(),builder.build(),true);
} }