1
This commit is contained in:
parent
5276d1d441
commit
90ecb4feee
@ -29,10 +29,6 @@ func (this *team) unInit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *team) addMember(m *member) {
|
func (this *team) addMember(m *member) {
|
||||||
/*
|
|
||||||
if this.teamUuid != m.hum.GetTeamUuid() {
|
|
||||||
panic("team.addMember team_uuid error")
|
|
||||||
}*/
|
|
||||||
m.team = this
|
m.team = this
|
||||||
this.members.AddTail(&m.teamEntry)
|
this.members.AddTail(&m.teamEntry)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user