add fix schedule
parent
00cf1b77da
commit
6d950dc2b7
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue