geforkt von Mirrors/Velocity
UUID before username
Dieser Commit ist enthalten in:
Ursprung
2f5ca386a6
Commit
91e977a7bd
@ -104,8 +104,8 @@ public class LoginSessionHandler implements MinecraftSessionHandler {
|
|||||||
private static ByteBuf createForwardingData(String address, GameProfile profile) {
|
private static ByteBuf createForwardingData(String address, GameProfile profile) {
|
||||||
ByteBuf buf = Unpooled.buffer();
|
ByteBuf buf = Unpooled.buffer();
|
||||||
ProtocolUtils.writeString(buf, address);
|
ProtocolUtils.writeString(buf, address);
|
||||||
ProtocolUtils.writeString(buf, profile.getName());
|
|
||||||
ProtocolUtils.writeUuid(buf, profile.idAsUuid());
|
ProtocolUtils.writeUuid(buf, profile.idAsUuid());
|
||||||
|
ProtocolUtils.writeString(buf, profile.getName());
|
||||||
ProtocolUtils.writeVarInt(buf, profile.getProperties().size());
|
ProtocolUtils.writeVarInt(buf, profile.getProperties().size());
|
||||||
for (GameProfile.Property property : profile.getProperties()) {
|
for (GameProfile.Property property : profile.getProperties()) {
|
||||||
ProtocolUtils.writeString(buf, property.getName());
|
ProtocolUtils.writeString(buf, property.getName());
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren