Browse Source

Don't want to send voice speaking on OP4, that's silly.

Bruce Marriner 9 years ago
parent
commit
221e54ee5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      voice.go

+ 1 - 1
voice.go

@@ -130,7 +130,7 @@ func (s *Session) VoiceEvent(messageType int, message []byte) (err error) {
 		// add code to use this to track latency?
 		return
 	case 4:
-		s.VoiceSpeaking()
+		// TODO
 	default:
 		fmt.Println("UNKNOWN VOICE OP: ", e.Operation)
 		printJSON(e.RawData)