From 2999fe7bf3408783ffe980d6b5394a1e08df7428 Mon Sep 17 00:00:00 2001 From: Pao Date: Thu, 12 Jan 2023 22:32:30 +0100 Subject: [PATCH] Horrendoues errors fixed --- media/lua/client/Utils/UsefulFunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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