Revert "modify:tienlen继续不带准备"

This reverts commit bf227fc024.
This commit is contained in:
sk 2024-12-12 14:30:33 +08:00
parent f8d62e3be4
commit 7aaf7e510a
1 changed files with 3 additions and 3 deletions

View File

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