Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/1.19.80' into feature/1.…
Browse files Browse the repository at this point in the history
…19.80

# Conflicts:
#	minecraft/protocol/packet/open_sign.go
  • Loading branch information
TwistedAsylumMC committed Apr 29, 2023
2 parents 9b7e313 + 5e54c5a commit 271d358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/open_sign.go
Expand Up @@ -21,6 +21,6 @@ func (*OpenSign) ID() uint32 {
}

func (pk *OpenSign) Marshal(io protocol.IO) {
io.BlockPos(&pk.Position)
io.UBlockPos(&pk.Position)
io.Bool(&pk.FrontSide)
}

0 comments on commit 271d358

Please sign in to comment.