Added comment about broken bedrock client skin using Geyser

This commit is contained in:
themode 2021-02-06 03:51:17 +01:00
parent 8a992b3e45
commit 1af8ea5303

View File

@ -263,6 +263,7 @@ public class Player extends LivingEntity implements CommandSender {
PlayerSkinInitEvent skinInitEvent = new PlayerSkinInitEvent(this, skin);
callEvent(PlayerSkinInitEvent.class, skinInitEvent);
this.skin = skinInitEvent.getSkin();
// FIXME: when using Geyser, this line remove the skin of the client
playerConnection.sendPacket(getAddPlayerToList());
// Commands start