Этот коммит содержится в:
Christopher Speller
2017-01-30 15:36:31 -05:00
коммит произвёл GitHub
родитель 721ac52784
Коммит b26329cdda

Просмотреть файл

@@ -227,7 +227,9 @@ func (h *Hub) Start() {
} }
if userId == webConCandidate.UserId { if userId == webConCandidate.UserId {
found = true found = true
break if indexToDel != -1 {
break
}
} }
} }