关闭逐胜之巅
parent
c381a9cf58
commit
303f32e25c
|
|
@ -1,10 +1,6 @@
|
|||
package com.ljsd.jieling.core.function;
|
||||
|
||||
import com.ljsd.jieling.core.FunctionIdEnum;
|
||||
import com.ljsd.jieling.core.FunctionManager;
|
||||
import com.ljsd.jieling.logic.activity.event.FunctionRefreshEvent;
|
||||
import com.ljsd.jieling.logic.activity.event.Poster;
|
||||
import com.ljsd.jieling.logic.championship.ChampionshipLogic;
|
||||
import com.ljsd.jieling.logic.dao.TimeControllerOfFunction;
|
||||
import util.TimeUtils;
|
||||
|
||||
|
|
@ -14,7 +10,7 @@ public class ChampionFunction implements FunctionManager {
|
|||
if(TimeUtils.now() - timeControllerOfFunction.getStartTime()>1000*60*3 ){
|
||||
return;
|
||||
}
|
||||
ChampionshipLogic.start();
|
||||
// ChampionshipLogic.start();
|
||||
// Poster.getPoster().dispatchEvent(new FunctionRefreshEvent(FunctionIdEnum.TopBattle.getFunctionType(),-1));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ public class GlobalDataManaager implements IManager {
|
|||
new GmActivityLogic();
|
||||
new AddItemHandler();
|
||||
RankLogic.heroHotRankInit();//英雄热度排行榜同步更新英雄配置表
|
||||
ChampionshipLogic.minuteCheck(true);
|
||||
// ChampionshipLogic.minuteCheck(true);
|
||||
GuildFightLogic.minuteCheckForCarFight();
|
||||
} catch (Exception e) {
|
||||
LOGGER.error("e",e);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
package com.ljsd.jieling.thread.task;
|
||||
|
||||
import com.ljsd.jieling.logic.GlobalDataManaager;
|
||||
import com.ljsd.jieling.logic.championship.ChampionshipLogic;
|
||||
import com.ljsd.jieling.logic.dao.GuilidManager;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
|
@ -18,7 +17,7 @@ public class SecondsTask extends Thread {
|
|||
try {
|
||||
GuilidManager.checkNeedReleaseGuild();
|
||||
GlobalDataManaager.getInstance().checkSystemFunctioIsOpen();
|
||||
ChampionshipLogic.minuteCheck(false);
|
||||
// ChampionshipLogic.minuteCheck(false);
|
||||
} catch (Exception e) {
|
||||
LOGGER.error("e",e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue