This commit is contained in:
aozhiwei 2024-07-11 15:05:37 +08:00
parent 6eef189c72
commit aefeefbba5

View File

@ -280,6 +280,7 @@ func (this *team) Leave(hum common.Player) {
this.Disband()
}
this.checkMemberState()
this.SendUpdateNotify()
}
}