chore: bump version to 0.1.2

This commit is contained in:
2026-03-26 00:31:10 -04:00
parent b03ca50d7b
commit 670d4b142c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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]