parent
f8d62e3be4
commit
7aaf7e510a
|
@ -691,9 +691,9 @@ func (this *SceneBaseStateTienLen) OnPlayerOp(s *base.Scene, p *base.Player, opc
|
||||||
|
|
||||||
if sceneEx.IsCustom() && sceneEx.GetSceneState().GetState() == rule.TienLenSceneStateWaitPlayer {
|
if sceneEx.IsCustom() && sceneEx.GetSceneState().GetState() == rule.TienLenSceneStateWaitPlayer {
|
||||||
// 玩家继续
|
// 玩家继续
|
||||||
//if !playerEx.IsMarkFlag(base.PlayerState_Ready) {
|
if !playerEx.IsMarkFlag(base.PlayerState_Ready) {
|
||||||
// playerEx.MarkFlag(base.PlayerState_Ready)
|
playerEx.MarkFlag(base.PlayerState_Ready)
|
||||||
//}
|
}
|
||||||
// 扣房费
|
// 扣房费
|
||||||
// 房主扣费
|
// 房主扣费
|
||||||
if (sceneEx.GetCustom().GetCostType() == 2 && playerEx.SnId == sceneEx.GetCreator()) ||
|
if (sceneEx.GetCustom().GetCostType() == 2 && playerEx.SnId == sceneEx.GetCreator()) ||
|
||||||
|
|
Loading…
Reference in New Issue