下分修改
This commit is contained in:
parent
2c8cd0bb0f
commit
06c6284116
|
@ -3220,7 +3220,7 @@ func init() {
|
||||||
pack.Code = int(webapiproto.TagCode_FAILED)
|
pack.Code = int(webapiproto.TagCode_FAILED)
|
||||||
pack.Message = data.(error).Error()
|
pack.Message = data.(error).Error()
|
||||||
} else {
|
} else {
|
||||||
player.AddCoin(-addcoin, 0, common.GainWayPlatformDownScore, "platform", "平台下分")
|
player.AddCoin(addcoin, 0, common.GainWayPlatformDownScore, "platform", "平台下分")
|
||||||
player.SendDiffData()
|
player.SendDiffData()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue