Compare commits

..

No commits in common. "ad3e8d4b9f618ca13f6789f7d5e0c4ae30b76280" and "7889c982eafed6e8660a03acc687c42a596e69bb" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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