More stuff that needed to be changed

This commit is contained in:
Pao
2023-01-18 03:26:33 +01:00
parent a795a01c19
commit c6d4aaa9c4
40 changed files with 17 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ end
function CheckIfCanBeCut(part_name)
-- This is just for MP handling... Not enough to check everything
return not getPlayer():getModData().TOC[part_name].is_cut
return not getPlayer():getModData().TOC.Limbs[part_name].is_cut
end