bunch of cleaning
This commit is contained in:
@@ -69,4 +69,7 @@ end
|
||||
--- @return integer
|
||||
TOC_Compat.getHands = function(player)
|
||||
return ((TOC_Compat.hasArm(player, parts[1], parts[3]) and 1) or 0) + ((TOC_Compat.hasArm(player, parts[2], parts[4]) and 10) or 0)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
return TOC_Compat
|
||||
Reference in New Issue
Block a user