From aefeefbba5f34d36aa5c78f161c05b4a1a4349f4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 11 Jul 2024 15:05:37 +0800 Subject: [PATCH] 1 --- server/matchserver/team/team.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index d004e9e2..f8327346 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -280,6 +280,7 @@ func (this *team) Leave(hum common.Player) { this.Disband() } this.checkMemberState() + this.SendUpdateNotify() } }