diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index 1fc2ec81..d15efbd5 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -129,7 +129,7 @@ func (this *team) StartGame() { ZoneId: this.GetZoneId(), NodeId: this.GetNodeId(), MapId: this.mapId, - RoomUuid: q5.ToString(this.GetTeamUuid()), + RoomUuid: q5.ToString(this.GetTeamUuid()), StartTime: int32(this.startTime), } {