房卡场中途不能离开房间
This commit is contained in:
parent
d292cbc118
commit
5c6dce2f4d
|
|
@ -2765,7 +2765,10 @@ func (this *SceneBilledStateTienLen) OnLeave(s *base.Scene) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
player_data.Clear()
|
player_data.Clear()
|
||||||
if sceneEx.IsMatchScene() {
|
if sceneEx.IsCustom() {
|
||||||
|
player_data.UnmarkFlag(base.PlayerState_WaitNext)
|
||||||
|
}
|
||||||
|
if sceneEx.IsMatchScene() || sceneEx.IsCustom() {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if !player_data.IsOnLine() {
|
if !player_data.IsOnLine() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue