diff --git a/src/accessories/HandHelper.ttslua b/src/accessories/HandHelper.ttslua index a334b733..ab10c9e2 100644 --- a/src/accessories/HandHelper.ttslua +++ b/src/accessories/HandHelper.ttslua @@ -54,7 +54,6 @@ function updateValue() local hand = Player[handColor].getHandObjects() local size = 0 - for _, obj in pairs(hand) do if obj.type == "Card" then size = size + 1 @@ -64,4 +63,3 @@ function updateValue() -- update button label and color self.editButton({ index = 0, font_color = "White", label = size }) end - \ No newline at end of file