无用代码屏蔽

back_recharge
duhui 2021-01-20 14:53:27 +08:00
parent 36306b509e
commit b5f1b291ad
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ public class FightMainEventHandler implements IEventHandler{
ActivityTypeEnum.getActicityType(sGlobalActivity.getId()).update(user,user.getPlayerInfoManager().getLevel()); ActivityTypeEnum.getActicityType(sGlobalActivity.getId()).update(user,user.getPlayerInfoManager().getLevel());
} }
} }
List<SGlobalSystemConfig> sGlobalSystemConfigs = STableManager.getFigureConfig(CommonStaticConfig.class).getsGlobalSystemConfigMapByTypeAndConditionMap().get(1).get(fightId); /*List<SGlobalSystemConfig> sGlobalSystemConfigs = STableManager.getFigureConfig(CommonStaticConfig.class).getsGlobalSystemConfigMapByTypeAndConditionMap().get(1).get(fightId);
if(sGlobalSystemConfigs == null){ if(sGlobalSystemConfigs == null){
return; return;
} }
@ -81,7 +81,7 @@ public class FightMainEventHandler implements IEventHandler{
if(openGifts!=null && openGifts.length>0){ if(openGifts!=null && openGifts.length>0){
ItemUtil.drop(user,openGifts, BIReason.SYSTERM_OPEN_REWARD); ItemUtil.drop(user,openGifts, BIReason.SYSTERM_OPEN_REWARD);
} }
} }*/
} }
} }