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
|
||||
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]
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user