mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
del import
This commit is contained in:
parent
32380c35ef
commit
1ebb1b03ef
2 changed files with 1 additions and 2 deletions
|
@ -127,7 +127,7 @@ class CodecProcessor {
|
|||
private static final BedrockPacketSerializer<FilterTextPacket> FILTER_TEXT = new FilterTextSerializer_v422() {
|
||||
@Override
|
||||
public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, FilterTextPacket packet) {
|
||||
packet.setText(helper.readStringMaxLen(buffer, 512));
|
||||
packet.setText(helper.readStringMaxLen(buffer, 513));
|
||||
packet.setFromServer(buffer.readBoolean());
|
||||
}
|
||||
};
|
||||
|
|
|
@ -27,7 +27,6 @@ package org.geysermc.geyser.translator.protocol.bedrock;
|
|||
|
||||
import org.cloudburstmc.protocol.bedrock.packet.TextPacket;
|
||||
import org.geysermc.geyser.session.GeyserSession;
|
||||
import org.geysermc.geyser.text.GeyserLocale;
|
||||
import org.geysermc.geyser.translator.protocol.PacketTranslator;
|
||||
import org.geysermc.geyser.translator.protocol.Translator;
|
||||
import org.geysermc.geyser.translator.text.MessageTranslator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue