mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
._.
This commit is contained in:
parent
2f2e2cc285
commit
5376ba49b8
1 changed files with 0 additions and 2 deletions
|
@ -732,8 +732,6 @@ public class GeyserSession implements CommandSender {
|
||||||
address = handshakePacket.getHostname();
|
address = handshakePacket.getHostname();
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println((address + addressSuffix).getBytes(StandardCharsets.UTF_8).length);
|
|
||||||
|
|
||||||
event.setPacket(new HandshakePacket(
|
event.setPacket(new HandshakePacket(
|
||||||
handshakePacket.getProtocolVersion(),
|
handshakePacket.getProtocolVersion(),
|
||||||
address + addressSuffix,
|
address + addressSuffix,
|
||||||
|
|
Loading…
Reference in a new issue