소스 검색

Put wait var back in.

Bruce Marriner 8 년 전
부모
커밋
7393438ea8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      voice.go

+ 1 - 0
voice.go

@@ -842,6 +842,7 @@ func (v *VoiceConnection) reconnect() {
 	// Close any currently open connections
 	v.Close()
 
+	wait := time.Duration(1)
 	for {
 
 		<-time.After(wait * time.Second)