增加自动补单功能
parent
c6edd8a6e1
commit
9a79ed7c15
|
|
@ -271,6 +271,7 @@ public class GetPlayerInfoHandler extends BaseHandler{
|
||||||
// PlayerInfoProto.WorldLevelIndication build = PlayerInfoProto.WorldLevelIndication.newBuilder().setWorldLeve(GlobleSystemLogic.getGlobalWorldLevelCache()).build();
|
// PlayerInfoProto.WorldLevelIndication build = PlayerInfoProto.WorldLevelIndication.newBuilder().setWorldLeve(GlobleSystemLogic.getGlobalWorldLevelCache()).build();
|
||||||
// MessageUtil.sendIndicationMessage(iSession, 1, MessageTypeProto.MessageType.WorldLevelIndication_VALUE, build, true);
|
// MessageUtil.sendIndicationMessage(iSession, 1, MessageTypeProto.MessageType.WorldLevelIndication_VALUE, build, true);
|
||||||
MessageUtil.sendMessage(iSession, 1, MessageTypeProto.MessageType.GET_PLAYERINFO_RESPONSE_VALUE, getPlayerInfoResponse, true);
|
MessageUtil.sendMessage(iSession, 1, MessageTypeProto.MessageType.GET_PLAYERINFO_RESPONSE_VALUE, getPlayerInfoResponse, true);
|
||||||
|
BuyGoodsNewLogic.anewRecharge(iSession);
|
||||||
}
|
}
|
||||||
|
|
||||||
// public void oldUserVipHandler(User user){
|
// public void oldUserVipHandler(User user){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue