Compare commits
No commits in common. "ad3e8d4b9f618ca13f6789f7d5e0c4ae30b76280" and "7889c982eafed6e8660a03acc687c42a596e69bb" have entirely different histories.
ad3e8d4b9f
...
7889c982ea
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue