Skip to content

Commit

Permalink
Fix ResourcePacksInfoPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
AkmalFairuz committed Dec 4, 2024
1 parent 7d74d3e commit 2d79a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResourcePacksInfoPacket.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2d79a36

Please sign in to comment.