diff --git a/src/ResourcePacksInfoPacket.php b/src/ResourcePacksInfoPacket.php index d12a29e5..ae4c86a1 100644 --- a/src/ResourcePacksInfoPacket.php +++ b/src/ResourcePacksInfoPacket.php @@ -57,7 +57,7 @@ public static function create(array $resourcePackEntries, array $behaviorPackEnt $result->hasScripts = $hasScripts; $result->forceServerPacks = $forceServerPacks; $result->cdnUrls = $cdnUrls; - $result->worldTemplateId = Uuid::fromString(""); + $result->worldTemplateId = Uuid::fromString(Uuid::NIL); $result->worldTemplateVersion = ""; return $result; }