Skip to content

Commit

Permalink
protocol/entity_metadata.go: Fix typo in EntityDataKeySeatRotationOff…
Browse files Browse the repository at this point in the history
…setDegrees (#251)

Fixed typo in enum const
  • Loading branch information
smell-of-curry committed Aug 4, 2024
1 parent d401331 commit e66c642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/entity_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const (
EntityDataKeySeatLockPassengerRotation
EntityDataKeySeatLockPassengerRotationDegrees
EntityDataKeySeatRotationOffset
EntityDataKeySeatRotationOffstDegrees
EntityDataKeySeatRotationOffsetDegrees
EntityDataKeyDataRadius
EntityDataKeyDataWaiting
EntityDataKeyDataParticle
Expand Down

0 comments on commit e66c642

Please sign in to comment.