Skip to content

Commit

Permalink
Remove extra character
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Jul 11, 2023
1 parent afc1983 commit f071413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/agent_animation.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ func (*AgentAnimation) ID() uint32 {

func (pk *AgentAnimation) Marshal(io protocol.IO) {
io.Uint8(&pk.Animation)
io.Varuint64(&pk.EntityRuntimeID)W
io.Varuint64(&pk.EntityRuntimeID)
}

0 comments on commit f071413

Please sign in to comment.