活动检测日志
parent
7771e161be
commit
a3a6d52276
|
@ -128,6 +128,7 @@ public class ActivityLogic implements IEventHandler{
|
|||
|
||||
public void checkActiviyStatus() throws Exception {
|
||||
long now = System.currentTimeMillis();
|
||||
LOGGER.info("minute 活动1");
|
||||
Map<Integer, SGlobalActivity> sGlobalActivityMap = SGlobalActivity.getsGlobalActivityMap();
|
||||
|
||||
//检查开启的活动 非相对创角时间
|
||||
|
@ -181,7 +182,7 @@ public class ActivityLogic implements IEventHandler{
|
|||
abstractActivity.onActivityStart();
|
||||
openActivityIds.add(sGlobalActivity.getId());
|
||||
}
|
||||
|
||||
LOGGER.info("minute 活动2");
|
||||
//活动数据处理分发到角色线程
|
||||
InnerMessageUtil.broadcastWithRandom(user1 -> {
|
||||
if(user1==null){
|
||||
|
|
Loading…
Reference in New Issue