From 221e54ee5aefdc0f74585ffb107c1d448c62e4d1 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sun, 22 Nov 2015 14:07:22 -0600 Subject: [PATCH] Don't want to send voice speaking on OP4, that's silly. --- voice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice.go b/voice.go index 6c22a0c..a680f3c 100644 --- a/voice.go +++ b/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)