made write() actually use the right session ID
This commit is contained in:
parent
bfe7e0276c
commit
55310a6c2c
@ -1,6 +1,6 @@
|
||||
function write(...)
|
||||
for k,v in ipairs({...}) do
|
||||
event.push("display",os.getenv(sI),tostring(v))
|
||||
event.push("display",os.getenv("sI"),tostring(v))
|
||||
end
|
||||
end
|
||||
function print(...)
|
||||
|
Loading…
Reference in New Issue
Block a user