Horrendoues errors fixed

This commit is contained in:
Pao
2023-01-12 22:32:30 +01:00
parent 84f8794c04
commit 2999fe7bf3

View File

@@ -74,7 +74,7 @@ end
function TheOnlyCure.FindBodyPartFromBodyPartType(toc_data, bodyPartType) function TheOnlyCure.FindTocDataPartNameFromBodyPartType(toc_data, bodyPartType)
if bodyPartType == BodyPartType.Hand_R then return toc_data.RightHand if bodyPartType == BodyPartType.Hand_R then return toc_data.RightHand
elseif bodyPartType == BodyPartType.ForeArm_R then return toc_data.RightForearm elseif bodyPartType == BodyPartType.ForeArm_R then return toc_data.RightForearm
elseif bodyPartType == BodyPartType.UpperArm_R then return toc_data.RightArm elseif bodyPartType == BodyPartType.UpperArm_R then return toc_data.RightArm