Skip to content

Commit

Permalink
packet/resource_packs_info.go: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Dec 4, 2024
1 parent e181313 commit e400da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/resource_packs_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type ResourcePacksInfo struct {
// HasScripts specifies if any of the resource packs contain scripts in them. If set to true, only clients
// that support scripts will be able to download them.
HasScripts bool
// WorldTemplateUUID is teh UUID of the template that has been used to generate the world. Templates can
// WorldTemplateUUID is the UUID of the template that has been used to generate the world. Templates can
// be downloaded from the marketplace or installed via '.mctemplate' files. If the world was not generated
// from a template, this field is empty.
WorldTemplateUUID uuid.UUID
Expand Down

0 comments on commit e400da0

Please sign in to comment.