修改错误提示

lvxinran 2021-07-25 23:08:59 +08:00
parent a9802099c0
commit 8828912661
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class GetWorldArenaChallengeRequestHandler extends BaseHandler<WorldProto
long diff = (System.currentTimeMillis() - timeControllerOfFunction.getStartTime())/1000;
if (diff < setting.getBattleTime()[0] || diff > setting.getBattleTime()[1]) {
throw new ErrorCodeException(ErrorCode.SERVER_DEFINE_SELF);
throw new ErrorCodeException(ErrorCode.ACTIVITY_NOT_OPEN);
}
User user = UserManager.getUser(iSession.getUid());