From 06c62841169edb2781258e7fc4bbcae89e490f34 Mon Sep 17 00:00:00 2001 From: "DESKTOP-45ANQ2C\\unis" <121212121@qq.com> Date: Thu, 19 Dec 2024 09:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=88=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/trascate_webapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldsrv/trascate_webapi.go b/worldsrv/trascate_webapi.go index ee5938e..06b7d43 100644 --- a/worldsrv/trascate_webapi.go +++ b/worldsrv/trascate_webapi.go @@ -3220,7 +3220,7 @@ func init() { pack.Code = int(webapiproto.TagCode_FAILED) pack.Message = data.(error).Error() } else { - player.AddCoin(-addcoin, 0, common.GainWayPlatformDownScore, "platform", "平台下分") + player.AddCoin(addcoin, 0, common.GainWayPlatformDownScore, "platform", "平台下分") player.SendDiffData() }