Merge branch 'dev_timeitem_n1' into develop

This commit is contained in:
kxdd 2024-05-17 11:08:08 +08:00
commit 9b3a1b4d7c
1 changed files with 2 additions and 3 deletions

View File

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