Compare commits

..

2 Commits

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.Coin = playerBet.GetCoin()
player.GameCoinTs = playerBet.GetGameCoinTs() player.GameCoinTs = playerBet.GetGameCoinTs()
player.GameTax += playerBet.GetTax() player.GameTax += playerBet.GetTax()