Skip to content

Commit

Permalink
packet/open_sign.go: Fixed improper doc sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Apr 28, 2023
1 parent 836053e commit 5e54c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/open_sign.go
Expand Up @@ -5,7 +5,7 @@ import (
)

// OpenSign is sent by the server to open a sign for editing. As of 1.19.80, the player can interact with a sign to edit
// either the text on either side instead of just the front.
// the text on either side instead of just the front.
type OpenSign struct {
// Position is the position of the sign to edit. The client uses this position to get the data of the sign, including
// the existing text and formatting etc.
Expand Down

0 comments on commit 5e54c5a

Please sign in to comment.