This commit is contained in:
aozhiwei 2023-09-13 14:47:10 +08:00
parent 0ddb5f5297
commit b5aa526cd4

View File

@ -351,5 +351,8 @@ func (this *room) getNextOwner() *member {
func (this *room) genTeamId() int32 {
teamId := int32(1)
for i := 1; i < constant.ROOM_MAX_TEAM_NUM; i++ {
}
return teamId
}