mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-11 22:45:38 -04:00
fix OpenScreenPayload title being decoded but not encoded (#3668)
This commit is contained in:
parent
9b3069f652
commit
e78eae2df0
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ public final class Networking implements ModInitializer {
|
|||
private void write(RegistryByteBuf buf) {
|
||||
buf.writeIdentifier(this.identifier);
|
||||
buf.writeByte(this.syncId);
|
||||
TextCodecs.REGISTRY_PACKET_CODEC.encode(buf, this.title);
|
||||
this.innerCodec.encode(buf, this.data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue