膜拜limit
parent
de27c8aea3
commit
b17ef4d6f4
|
@ -55,10 +55,10 @@ public class GetWorldArenaProudRequestHandler extends BaseHandler<WorldProto.Get
|
||||||
throw new ErrorCodeException(ErrorCode.SERVER_DEFINE_SELF);
|
throw new ErrorCodeException(ErrorCode.SERVER_DEFINE_SELF);
|
||||||
}
|
}
|
||||||
|
|
||||||
//rank limit
|
// //rank limit
|
||||||
if (!ArenaWorldLogic.checkJoin(String.valueOf(iSession.getUid()))) {
|
// if (!ArenaWorldLogic.checkJoin(String.valueOf(iSession.getUid()))) {
|
||||||
throw new ErrorCodeException(ErrorCode.WORLD_LEVELIMIT);
|
// throw new ErrorCodeException(ErrorCode.WORLD_LEVELIMIT);
|
||||||
}
|
// }
|
||||||
|
|
||||||
//转发到world服
|
//转发到world服
|
||||||
boolean b = WorldHelper.sendMessageToWord(iSession.getUid(),proto);
|
boolean b = WorldHelper.sendMessageToWord(iSession.getUid(),proto);
|
||||||
|
|
Loading…
Reference in New Issue