Task【ID1005229】【特权调整】

zhangshanxue 2019-12-16 15:39:44 +08:00
parent 79363da8a6
commit 678185037f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class VipTakeDailyHandler extends BaseHandler<PlayerInfoProto.VipTakeDily
throw new ErrorCodeException(ErrorCode.CFG_NULL);
}
if(playerInfoManager.getRechargeInfo().getBuyGoodsTimes().containsKey(GiftGoodsType.LUXURYMONTHCARD)){
if(!playerInfoManager.getRechargeInfo().getBuyGoodsTimes().containsKey(GiftGoodsType.LUXURYMONTHCARD)){
throw new ErrorCodeException(ErrorCode.newDefineCode("未激活豪华月卡"));
}