mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-13 15:20:10 +01:00
Added comment about broken bedrock client skin using Geyser
This commit is contained in:
parent
8a992b3e45
commit
1af8ea5303
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user