diff --git a/media/lua/client/Utils/UsefulFunctions.lua b/media/lua/client/Utils/UsefulFunctions.lua index 21004b7..7f53e25 100644 --- a/media/lua/client/Utils/UsefulFunctions.lua +++ b/media/lua/client/Utils/UsefulFunctions.lua @@ -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 elseif bodyPartType == BodyPartType.ForeArm_R then return toc_data.RightForearm elseif bodyPartType == BodyPartType.UpperArm_R then return toc_data.RightArm