horrible workaround to be able to use ...
This commit is contained in:
parent
e0d753670c
commit
fa58261df0
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ end
|
||||||
sPhone.inHome = false
|
sPhone.inHome = false
|
||||||
end
|
end
|
||||||
os.pullEvent = os.oldPullEvent
|
os.pullEvent = os.oldPullEvent
|
||||||
local ok, err = pcall(function() setfenv(loadfile(rApp),getfenv())() end)
|
local ok, err = pcall(function(...) setfenv(loadfile(rApp),getfenv())(...) end, ...)
|
||||||
if not ok then
|
if not ok then
|
||||||
os.pullEvent = os.pullEventRaw
|
os.pullEvent = os.pullEventRaw
|
||||||
term.setBackgroundColor(colors.white)
|
term.setBackgroundColor(colors.white)
|
||||||
|
|
Loading…
Reference in a new issue