fix: make the brand payload valid

This commit is contained in:
ChomeNS
2025-04-26 07:46:59 +07:00
parent 4fbff56231
commit d4a56051ce
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
2932
2935

View File

@@ -317,7 +317,7 @@ public class Bot extends SessionAdapter {
// for voicechat
session.send(new ServerboundCustomPayloadPacket(
Key.key("minecraft:brand"),
"fabric".getBytes(StandardCharsets.UTF_8)
"\u0006fabric".getBytes(StandardCharsets.UTF_8)
));
// this enables all the skin parts (by default they are ALL DISABLED