膜拜limit

zhangshanxue 2021-02-20 20:37:51 +08:00
parent de27c8aea3
commit b17ef4d6f4
1 changed files with 4 additions and 4 deletions

View File

@ -55,10 +55,10 @@ public class GetWorldArenaProudRequestHandler extends BaseHandler<WorldProto.Get
throw new ErrorCodeException(ErrorCode.SERVER_DEFINE_SELF);
}
//rank limit
if (!ArenaWorldLogic.checkJoin(String.valueOf(iSession.getUid()))) {
throw new ErrorCodeException(ErrorCode.WORLD_LEVELIMIT);
}
// //rank limit
// if (!ArenaWorldLogic.checkJoin(String.valueOf(iSession.getUid()))) {
// throw new ErrorCodeException(ErrorCode.WORLD_LEVELIMIT);
// }
//转发到world服
boolean b = WorldHelper.sendMessageToWord(iSession.getUid(),proto);