diff --git a/server/session/world.go b/server/session/world.go index 18d9deab5..0ecc2eec0 100644 --- a/server/session/world.go +++ b/server/session/world.go @@ -117,6 +117,8 @@ func (s *Session) ViewEntity(e world.Entity) { s.writePacket(&packet.PlayerList{ActionType: packet.PlayerListActionRemove, Entries: []protocol.PlayerListEntry{{ UUID: v.UUID(), }}}) + } else { + s.ViewSkin(e) } return case *entity.Ent: