tienlen房卡场不能中途离开
This commit is contained in:
parent
f989492019
commit
3bcc944417
|
@ -216,7 +216,7 @@ func (this *Player) IsAuto() bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *Player) IsGameing() bool {
|
func (this *Player) IsGameing() bool {
|
||||||
return !this.IsMarkFlag(PlayerState_WaitNext) && !this.IsMarkFlag(PlayerState_GameBreak) && !this.IsMarkFlag(PlayerState_Bankruptcy) && !this.IsMarkFlag(PlayerState_Audience)
|
return !this.IsMarkFlag(PlayerState_WaitNext) && !this.IsMarkFlag(PlayerState_GameBreak) && !this.IsMarkFlag(PlayerState_Audience)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *Player) IsAllFollow() bool {
|
func (this *Player) IsAllFollow() bool {
|
||||||
|
|
Loading…
Reference in New Issue