add fix schedule

back_recharge
wangyuan 2019-12-16 20:48:40 +08:00
parent 00cf1b77da
commit 6d950dc2b7
1 changed files with 1 additions and 1 deletions

View File

@ -1224,7 +1224,7 @@ public class ChampionshipLogic {
if(roundTimes<2){
return;
}
progressTmp = 200 + (int)diff*10 + progressState;
progressTmp = 200 + (int)(diff+1)*10 + progressState;
if(schedule==1){ // 刚开始进入决赛,选拔出选手
selectToJoinFinal();
}