fix: finally fix voicechat
This commit is contained in:
parent
b118d50249
commit
3ad8b11494
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class VoiceChatPlugin extends Bot.Listener {
|
||||||
|
|
||||||
bot.session.send(new ServerboundCustomPayloadPacket(
|
bot.session.send(new ServerboundCustomPayloadPacket(
|
||||||
Key.key("voicechat:request_secret"),
|
Key.key("voicechat:request_secret"),
|
||||||
new FriendlyByteBuf(Unpooled.buffer()).writeInt(17).array()
|
new FriendlyByteBuf(Unpooled.buffer()).writeInt(18).array()
|
||||||
));
|
));
|
||||||
|
|
||||||
bot.session.send(new ServerboundCustomPayloadPacket(
|
bot.session.send(new ServerboundCustomPayloadPacket(
|
||||||
|
|
Loading…
Reference in a new issue