跨服十绝阵暂时关闭

lvxinran 2021-01-01 00:04:20 +08:00
parent afdd25f829
commit d6775fc511
1 changed files with 4 additions and 4 deletions

View File

@ -181,9 +181,9 @@ public class DeathPathLogic {
if(dayStats==-1){
//领奖阶段
currStatus = 2;
if(groupId==0&&GlobalidHelper.getWorldInfo().getMyGroup()!=-1){
groupId = GlobalidHelper.getWorldInfo().getMyGroup();
}
// if(groupId==0&&GlobalidHelper.getWorldInfo().getMyGroup()!=-1){
// groupId = GlobalidHelper.getWorldInfo().getMyGroup();
// }
}else if (dayStats==1){
Calendar calendar = Calendar.getInstance();
int hourOfDay = TimeUtils.getHourOfDay();
@ -224,7 +224,7 @@ public class DeathPathLogic {
taskExecutor = new DeathPathExecutor(tasks);
taskExecutor.start();
}
groupId = GlobalidHelper.getWorldInfo().getMyGroup();
// groupId = GlobalidHelper.getWorldInfo().getMyGroup();
break;
case 2:
long appointTime = TimeUtils.getAppointTime(0, 0)+TimeUtils.DAY;