fix protoid
This commit is contained in:
parent
6869021d08
commit
d79718f0f2
|
@ -368,7 +368,7 @@ func (this *SceneStateStartFortuneDragon) OnPlayerOp(s *base.Scene, p *base.Play
|
||||||
}
|
}
|
||||||
proto.SetDefaults(pack)
|
proto.SetDefaults(pack)
|
||||||
logger.Logger.Trace("SCFortuneDragonBilled", pack.String())
|
logger.Logger.Trace("SCFortuneDragonBilled", pack.String())
|
||||||
playerEx.SendToClient(int(protocol.FortuneDragonPID_PACKET_FORTUNEDRAGON_SCFORTUNEDRAGONOP), pack)
|
playerEx.SendToClient(int(protocol.FortuneDragonPID_PACKET_FORTUNEDRAGON_SCFORTUNEDRAGONBILLED), pack)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
playerEx.BetSizeIndex = params[0]
|
playerEx.BetSizeIndex = params[0]
|
||||||
|
@ -399,7 +399,7 @@ func (this *SceneStateStartFortuneDragon) OnPlayerOp(s *base.Scene, p *base.Play
|
||||||
}
|
}
|
||||||
proto.SetDefaults(pack)
|
proto.SetDefaults(pack)
|
||||||
logger.Logger.Trace("SCFortuneDragonBilled", pack.String())
|
logger.Logger.Trace("SCFortuneDragonBilled", pack.String())
|
||||||
playerEx.SendToClient(int(protocol.FortuneDragonPID_PACKET_FORTUNEDRAGON_SCFORTUNEDRAGONOP), pack)
|
playerEx.SendToClient(int(protocol.FortuneDragonPID_PACKET_FORTUNEDRAGON_SCFORTUNEDRAGONBILLED), pack)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue