fix结束时间

back_recharge
wangyuan 2019-12-23 11:16:02 +08:00
parent 0501db4714
commit ab6382715f
1 changed files with 1 additions and 1 deletions

View File

@ -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;