膜拜limit
parent
de27c8aea3
commit
b17ef4d6f4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue