Skip to content

Commit

Permalink
session/world.go: Call ViewSkin() for real players (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasciam authored Aug 15, 2024
1 parent ef1263a commit 3d2acc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/session/world.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d2acc1

Please sign in to comment.