fix结束时间
parent
0501db4714
commit
ab6382715f
|
|
@ -1312,7 +1312,7 @@ public class ChampionshipLogic {
|
|||
schedule=1;
|
||||
}else {//决赛
|
||||
int totalWiner =sChampionshipSetting.getChampionshipPlayer()/ sChampionshipSetting.getTrialsGroup() * sChampionshipSetting.getTrialsGroupWinner();
|
||||
if(diff>totalWiner || Math.pow(2,diff)>=totalWiner){
|
||||
if(diff>totalWiner || Math.pow(2,diff)>totalWiner){
|
||||
schedule=2;
|
||||
if(progress!=-2){
|
||||
progress= -2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue