Skip to content

Commit

Permalink
packet/available_commands.go: Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: DaPigGuy <mcpepig123@gmail.com>
  • Loading branch information
TwistedAsylumMC and DaPigGuy committed Jul 12, 2023
1 parent f071413 commit 873456c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/available_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type AvailableCommands struct {
// slice.
EnumValues []string
// ChainedSubcommandValues is a slice of all chained subcommand names. ChainedSubcommandValues generally should
//contain each possible value only once. ChainedSubCommands are built by pointing to entries in this slice.
//contain each possible value only once. ChainedSubcommands are built by pointing to entries in this slice.
ChainedSubcommandValues []string
// Suffixes, like EnumValues, is a slice of all suffix values of any command
// parameter in the AvailableCommands packet.
Expand Down

0 comments on commit 873456c

Please sign in to comment.