游戏中同步实时金币

This commit is contained in:
sk 2024-09-06 18:33:28 +08:00
parent 67a85f6535
commit 4da55c9588
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ func init() {
}
}
if !scene.IsMatchScene() { // 比赛没金币是积分
if !scene.IsMatchScene() && !scene.IsCustom() { // 比赛没金币是积分
player.Coin = playerBet.GetCoin()
player.GameCoinTs = playerBet.GetGameCoinTs()
player.GameTax += playerBet.GetTax()