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() } }