From 670d4b142c5cd14a9cf2e06008c7d7931a03a61b Mon Sep 17 00:00:00 2001 From: filoxenace Date: Thu, 26 Mar 2026 00:31:10 -0400 Subject: [PATCH] chore: bump version to 0.1.2 --- src/convert.luau | 1 + wally.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/convert.luau b/src/convert.luau index dc103bb..9113906 100644 --- a/src/convert.luau +++ b/src/convert.luau @@ -43,6 +43,7 @@ local meshByName: {[string]: number} = { local function headMeshFromHumanoidDescription(humDesc: HumanoidDescription): number for _, bodyPartDescription: BodyPartDescription in humDesc:GetChildren() do + if not bodyPartDescription:IsA("BodyPartDescription") then continue end local HeadShape = bodyPartDescription.HeadShape if HeadShape ~= "" then return meshByName[HeadShape] diff --git a/wally.toml b/wally.toml index cf3a9e5..86b5ca5 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "secret-rare/rbx-reface" -version = "0.1.1" +version = "0.1.2" registry = "https://github.com/UpliftGames/wally-index" realm = "server"