删活动
parent
a19352578e
commit
bbc555db7c
|
@ -369,6 +369,11 @@ public class ActivityLogic implements IEventHandler{
|
|||
//初始化活动 绝对时间和相对开服时间
|
||||
for (Integer openActivityId : openActivityIds) {
|
||||
SGlobalActivity sGlobalActivity = sGlobalActivityMap.get(openActivityId);
|
||||
if (sGlobalActivity == null) {
|
||||
LOGGER.info("checkActivityOfUser uid={} remove activity={}", user.getId(), openActivityId);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
int[] ifOpen = sGlobalActivity.getIfOpen();
|
||||
//创角
|
||||
if(ifOpen!=null && ifOpen.length>0 && ifOpen[0]==1){
|
||||
|
|
Loading…
Reference in New Issue