fix(logging): standardize error message format

This commit is contained in:
2026-04-07 01:31:57 -04:00
parent 32b9a7aee8
commit 0cc3e05b75
+1 -1
View File
@@ -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