chore: bump version to 0.1.2
This commit is contained in:
@@ -43,6 +43,7 @@ local meshByName: {[string]: number} = {
|
|||||||
|
|
||||||
local function headMeshFromHumanoidDescription(humDesc: HumanoidDescription): number
|
local function headMeshFromHumanoidDescription(humDesc: HumanoidDescription): number
|
||||||
for _, bodyPartDescription: BodyPartDescription in humDesc:GetChildren() do
|
for _, bodyPartDescription: BodyPartDescription in humDesc:GetChildren() do
|
||||||
|
if not bodyPartDescription:IsA("BodyPartDescription") then continue end
|
||||||
local HeadShape = bodyPartDescription.HeadShape
|
local HeadShape = bodyPartDescription.HeadShape
|
||||||
if HeadShape ~= "" then
|
if HeadShape ~= "" then
|
||||||
return meshByName[HeadShape]
|
return meshByName[HeadShape]
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "secret-rare/rbx-reface"
|
name = "secret-rare/rbx-reface"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
realm = "server"
|
realm = "server"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user