fix(logging): standardize error message format
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ local function headMeshFromHumanoidDescription(humDesc: HumanoidDescription): nu
|
|||||||
if HeadShape ~= "" then
|
if HeadShape ~= "" then
|
||||||
return meshByName[HeadShape]
|
return meshByName[HeadShape]
|
||||||
end
|
end
|
||||||
warn(`Head with ID {bodyPartDescription.AssetId} has no mesh equivalent - defaulting to classic head`)
|
warn(`rbx-reface: head with ID {bodyPartDescription.AssetId} has no mesh equivalent - defaulting to classic head`)
|
||||||
end
|
end
|
||||||
return meshByName["RobloxClassic"]
|
return meshByName["RobloxClassic"]
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user