From e400da0ec24c774ffbfeb55d59b516e9b963dcb9 Mon Sep 17 00:00:00 2001 From: TwistedAsylumMC Date: Wed, 4 Dec 2024 13:37:15 +0000 Subject: [PATCH] packet/resource_packs_info.go: Fix typo --- minecraft/protocol/packet/resource_packs_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/protocol/packet/resource_packs_info.go b/minecraft/protocol/packet/resource_packs_info.go index 1844469c..0e53febc 100644 --- a/minecraft/protocol/packet/resource_packs_info.go +++ b/minecraft/protocol/packet/resource_packs_info.go @@ -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