add fix schedule
parent
00cf1b77da
commit
6d950dc2b7
|
@ -1224,7 +1224,7 @@ public class ChampionshipLogic {
|
||||||
if(roundTimes<2){
|
if(roundTimes<2){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
progressTmp = 200 + (int)diff*10 + progressState;
|
progressTmp = 200 + (int)(diff+1)*10 + progressState;
|
||||||
if(schedule==1){ // 刚开始进入决赛,选拔出选手
|
if(schedule==1){ // 刚开始进入决赛,选拔出选手
|
||||||
selectToJoinFinal();
|
selectToJoinFinal();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue