From ef14af84017edc0e4d0592e5e5b0658f52cccb85 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 13 Mar 2024 17:48:38 +0800 Subject: [PATCH] 1 --- server/matchserver/team/team.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), } {