mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-28 02:59:16 +00:00
Should fix #73
This commit is contained in:
@@ -44,7 +44,7 @@ public final class FabricSkinApplier implements SkinApplier {
|
||||
}
|
||||
|
||||
otherPlayer.connection.send(new ClientboundPlayerInfoRemovePacket(Collections.singletonList(bedrockPlayer.getUUID())));
|
||||
otherPlayer.connection.send(new ClientboundPlayerInfoUpdatePacket(ClientboundPlayerInfoUpdatePacket.Action.ADD_PLAYER, bedrockPlayer));
|
||||
otherPlayer.connection.send(ClientboundPlayerInfoUpdatePacket.createPlayerInitializing(Collections.singletonList(bedrockPlayer)));
|
||||
if (samePlayer) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user