Compare commits
No commits in common. "9b3a1b4d7c8e3e46c57d7abc9831546f8eb124f2" and "3828311520278f4a4df4d35539e37ecc0bb4afef" have entirely different histories.
9b3a1b4d7c
...
3828311520
|
@ -906,8 +906,9 @@ func (this *SceneHandCardStateTienLen) OnEnter(s *base.Scene) {
|
|||
playerEx := sceneEx.seats[i]
|
||||
if playerEx != nil {
|
||||
if playerEx.IsGameing() {
|
||||
// 首次进入赠送记牌器
|
||||
sceneEx.SendFirstGiveTimeItem(playerEx.Player)
|
||||
if !(sceneEx.IsFreePublic() || sceneEx.IsMatchScene()) {
|
||||
sceneEx.SendFirstGiveTimeItem(playerEx.Player)
|
||||
}
|
||||
|
||||
playerEx.GameTimes++
|
||||
sceneEx.curGamingPlayerNum++
|
||||
|
|
Loading…
Reference in New Issue