1
This commit is contained in:
parent
09fae6194f
commit
2f89a8b2f0
@ -539,7 +539,10 @@ func (this *room) genGameStartNotifyMsg() {
|
|||||||
this.gameStartNotifyMsg.ZoneId = proto.Int32(this.config.zoneId)
|
this.gameStartNotifyMsg.ZoneId = proto.Int32(this.config.zoneId)
|
||||||
this.gameStartNotifyMsg.NodeId = proto.Int32(this.config.nodeId)
|
this.gameStartNotifyMsg.NodeId = proto.Int32(this.config.nodeId)
|
||||||
this.gameStartNotifyMsg.MapId = proto.Int32(this.config.mapId)
|
this.gameStartNotifyMsg.MapId = proto.Int32(this.config.mapId)
|
||||||
this.gameStartNotifyMsg.TeamUuid = proto.String(q5.ToString(this.roomIdx))
|
this.gameStartNotifyMsg.TeamUuid = proto.String(
|
||||||
|
q5.ToString(this.config.nodeId) + "_" +
|
||||||
|
q5.ToString(this.config.zoneId) + "_" +
|
||||||
|
q5.ToString(this.roomIdx))
|
||||||
startInfo := struct {
|
startInfo := struct {
|
||||||
ZoneId int32 `json:"zone_id"`
|
ZoneId int32 `json:"zone_id"`
|
||||||
NodeId int32 `json:"node_id"`
|
NodeId int32 `json:"node_id"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user