Compare commits

..

No commits in common. "9b3a1b4d7c8e3e46c57d7abc9831546f8eb124f2" and "3828311520278f4a4df4d35539e37ecc0bb4afef" have entirely different histories.

1 changed files with 3 additions and 2 deletions

View File

@ -906,8 +906,9 @@ func (this *SceneHandCardStateTienLen) OnEnter(s *base.Scene) {
playerEx := sceneEx.seats[i] playerEx := sceneEx.seats[i]
if playerEx != nil { if playerEx != nil {
if playerEx.IsGameing() { if playerEx.IsGameing() {
// 首次进入赠送记牌器 if !(sceneEx.IsFreePublic() || sceneEx.IsMatchScene()) {
sceneEx.SendFirstGiveTimeItem(playerEx.Player) sceneEx.SendFirstGiveTimeItem(playerEx.Player)
}
playerEx.GameTimes++ playerEx.GameTimes++
sceneEx.curGamingPlayerNum++ sceneEx.curGamingPlayerNum++