Update tabletRadar.lua

This commit is contained in:
erius0 2021-01-09 00:20:43 +03:00 committed by GitHub
parent f0877643c6
commit 0bb783657d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,14 +18,6 @@ function contains(arr, name)
return true
end
function tableSize(table)
local count = 0
for _ in pairs(table) do
count = count + 1
end
return count
end
function onKeyPressed()
local _, _, _, key, _ = event.pull(0.05, "key_down")
if key == 0x12 then