Prechádzať zdrojové kódy

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

Bruce Marriner 9 rokov pred
rodič
commit
221e54ee5a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)