fixed l()

This commit is contained in:
Izaya 2017-05-25 00:07:36 +00:00
parent 9d57e69523
commit 375b425911
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ function E()
if tT[cT] ~= nil then return tT[cT][3] end
end
function l()
return eV
return ev
end
function h(...)
computer.pushSignal(...)