aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xaataaj.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/aataaj.lua b/aataaj.lua
index 5e45525..aa2829d 100755
--- a/aataaj.lua
+++ b/aataaj.lua
@@ -185,7 +185,7 @@ end
185print('') 185print('')
186io.flush() 186io.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?
189local cnt = 0 189local cnt = 0
190for i,C in pairs(Cards) do 190for i,C in pairs(Cards) do
191 cnt = cnt + 1 191 cnt = cnt + 1