Update tabletRadar.lua

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

View file

@ -45,7 +45,6 @@ while true do
shell.execute("clear") shell.execute("clear")
print(instr) print(instr)
for i = 1, #entities do for i = 1, #entities do
local size = tableSize(entities[i])
if mode == "p" then if mode == "p" then
if contains(WHITELIST, entities[i].name) then if contains(WHITELIST, entities[i].name) then
gpu.setForeground(0x00FF00) gpu.setForeground(0x00FF00)