fix: add default head mapping

R15 default head is dynamic, in this case the id of the head is `0`, which we just map to the default face
This commit is contained in:
2026-04-21 11:33:52 -04:00
parent 6e19f5492b
commit a897d6d977
+2 -1
View File
@@ -507,7 +507,8 @@ local faceByMesh: {[number]: number} = {
[124045894066016] = 65724730, [124045894066016] = 65724730,
[83797968787123] = 65724730, [83797968787123] = 65724730,
[2432102561] = 65724730, [2432102561] = 65724730,
[87670789201977] = 65724730 [87670789201977] = 65724730,
[0] = 65724730
} }
return faceByMesh return faceByMesh