下分修改

This commit is contained in:
DESKTOP-45ANQ2C\unis 2024-12-19 09:40:00 +08:00
parent 2c8cd0bb0f
commit 06c6284116
1 changed files with 1 additions and 1 deletions

View File

@ -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()
} }