Skip to content

Commit

Permalink
Merge upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 14, 2024
2 parents e15d0cf + c5d09f3 commit 2e0e227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/player/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
type Type struct{}

func (Type) EncodeEntity() string { return "minecraft:player" }
func (Type) NetworkOffset() float64 { return 1.62 }
func (Type) NetworkOffset() float64 { return 1.621 }
func (Type) BBox(e world.Entity) cube.BBox {
p := e.(*Player)
s := p.Scale()
Expand Down

0 comments on commit 2e0e227

Please sign in to comment.