euh, same as previous commit, stupid vs code smh my head

This commit is contained in:
aiden@zuchtbude.de
2022-05-08 16:41:56 +02:00
parent f00005009f
commit 58af53bc83
3 changed files with 41 additions and 4 deletions
+4 -4
View File
@@ -109,7 +109,7 @@ t3 = thread.create(cleanup)
local test = {"a","b","c"}
for i=0,table.getn(test) do
print(test[i])
end
-- local test = {"a","b","c"}
-- for i=0,table.getn(test) do
-- print(test[i])
-- end