Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-25 15:50:14 +01:00
Merge remote-tracking branch 'origin/floodgate-2.0' into floodgate-2.0
Dieser Commit ist enthalten in:
Commit
e16d83ecc1
@ -802,9 +802,11 @@ public class GeyserSession implements CommandSender {
|
|||||||
SkinManager.handleBedrockSkin(playerEntity, clientData);
|
SkinManager.handleBedrockSkin(playerEntity, clientData);
|
||||||
}
|
}
|
||||||
|
|
||||||
// We'll send the skin upload a bit after the handshake packet (aka this packet),
|
if (remoteAuthType == AuthType.FLOODGATE) {
|
||||||
// because otherwise the global server returns the data too fast.
|
// We'll send the skin upload a bit after the handshake packet (aka this packet),
|
||||||
getAuthData().upload(connector);
|
// because otherwise the global server returns the data too fast.
|
||||||
|
getAuthData().upload(connector);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PacketTranslatorRegistry.JAVA_TRANSLATOR.translate(event.getPacket().getClass(), event.getPacket(), GeyserSession.this);
|
PacketTranslatorRegistry.JAVA_TRANSLATOR.translate(event.getPacket().getClass(), event.getPacket(), GeyserSession.this);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren