diff --git a/worldsrv/action_pushcoin.go b/worldsrv/action_pushcoin.go index 2cb4ec5..a7b7f30 100644 --- a/worldsrv/action_pushcoin.go +++ b/worldsrv/action_pushcoin.go @@ -185,10 +185,10 @@ func CSPushCoinPlayerOp(s *netlib.Session, packetid int, data interface{}, sid i id = common.ItemIDCoin } - if p.WelfData.PushCoin.Items[id] < val { - logger.Logger.Errorf("获得道具太多: %d, %d", p.WelfData.PushCoin.Items[id], val) - goto here - } + //if p.WelfData.PushCoin.Items[id] < val { + // logger.Logger.Errorf("获得道具太多: %d, %d", p.WelfData.PushCoin.Items[id], val) + // goto here + //} BagMgrSingleton.AddItems(&model.AddItemParam{ Platform: p.Platform,