Skip to content

Commit

Permalink
Fix issue with DefaultAudioSendSystem not sending
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Jul 17, 2018
1 parent 37c16f7 commit ed6456f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -656,7 +656,7 @@ public ByteBuffer getNextPacketRaw(boolean changeTalking)
}

nextPacket = getPacketData(rawAudio);
if (!speaking && changeTalking)
if (!speaking)
setSpeaking(true);

if (seq + 1 > Character.MAX_VALUE)
Expand Down

0 comments on commit ed6456f

Please sign in to comment.