删除注释
parent
3daf45e1d1
commit
e002dff301
|
@ -63,7 +63,6 @@ public class HeroFiveStarGetEventHandler implements IEventHandler {
|
|||
|
||||
List<CommonProto.GiftGoodsInfo> goodsBagInfo = new ArrayList<>(SRechargeCommodityConfig.rechargeCommodityConfigMap.size());
|
||||
BuyGoodsLogic.getGoodsBagInfo(user.getId(), goodsBagInfo,false);
|
||||
System.out.print(goodsBagInfo.toString());
|
||||
ISession session = OnlineUserManager.getSessionByUid(user.getId());
|
||||
if(session!=null){
|
||||
if(null!= HandlerLogicThread.current()){
|
||||
|
|
Loading…
Reference in New Issue