Fixes to ReceiveData

This commit is contained in:
ZioPao
2024-01-07 21:52:40 +01:00
parent 4cf97a2e79
commit 2cbf5aea8b
3 changed files with 10 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ function OverrideHealthPanelForTOC()
else
if highestAmputations[side] == nil then return end
local limbName = highestAmputations[side]
TOC_DEBUG.print("Drawing " .. tostring(limbName) .. " for " .. username)
--TOC_DEBUG.print("Drawing " .. tostring(limbName) .. " for " .. username)
local cicTime = ModDataHandler.GetInstance(username):getCicatrizationTime(limbName)
redColor = GetColorFromCicatrizationTime(cicTime, limbName)