1
0
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:
Camotoy
2022-12-21 18:56:35 -05:00
parent b20e118f3a
commit a1e9ff6f9c

View File

@@ -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;
}