diff options
-rwxr-xr-x | aataaj.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ end | |||
185 | print('') | 185 | print('') |
186 | io.flush() | 186 | io.flush() |
187 | 187 | ||
188 | -- TODO - No idea why the fuck #Cards kept telling me 0. | 188 | -- TODO - No idea why the fuck #Cards kept telling me 0. No number indexes? |
189 | local cnt = 0 | 189 | local cnt = 0 |
190 | for i,C in pairs(Cards) do | 190 | for i,C in pairs(Cards) do |
191 | cnt = cnt + 1 | 191 | cnt = cnt + 1 |