Fixed equipping prosthesis on upper arms

This commit is contained in:
ZioPao
2024-03-21 03:02:52 +01:00
parent 5b524e5a4f
commit 3fb22a9b1e
3 changed files with 71 additions and 46 deletions

View File

@@ -96,7 +96,7 @@ end
---Get the cached highest point of amputation for each side
---@param username string
---@return table
---@return table<string, string>
function CachedDataHandler.GetHighestAmputatedLimbs(username)
return CachedDataHandler.highestAmputatedLimbs[username]
end