特权时间改5点

lvxinran 2020-12-15 17:39:23 +08:00
parent 79d99139fe
commit 64136e2f0f
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ public class PlayerManager extends MongoBase {
}else {
maxTime = TimeUtils.now()/1000+config.getContinueTime()[0];
}
maxTime = (int)(TimeUtils.getLastOrUnderHour(maxTime*1000,5,0,true)/1000);
maxTime = (int)(TimeUtils.getLastOrUnderHour(maxTime*1000,0,0,true)/1000);
newVipInfo.setEffectTime((int)maxTime);
}
this.vipInfo.put(privilageId,newVipInfo);