made write() actually use the right session ID

This commit is contained in:
Izaya 2017-09-01 06:43:38 +10:00
parent bfe7e0276c
commit 55310a6c2c
1 changed files with 1 additions and 1 deletions

View File

@ -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(...)