This commit is contained in:
aozhiwei 2023-09-15 22:47:03 +08:00
parent 5276d1d441
commit 90ecb4feee

View File

@ -29,10 +29,6 @@ func (this *team) unInit() {
}
func (this *team) addMember(m *member) {
/*
if this.teamUuid != m.hum.GetTeamUuid() {
panic("team.addMember team_uuid error")
}*/
m.team = this
this.members.AddTail(&m.teamEntry)
}