diff options
-rw-r--r-- | lib/LSL.lua | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/LSL.lua b/lib/LSL.lua index 948f22d..fe5c349 100644 --- a/lib/LSL.lua +++ b/lib/LSL.lua | |||
@@ -807,10 +807,11 @@ function waitAndProcess(returnWanted) | |||
807 | end | 807 | end |
808 | -- Otherwise, just run it and keep looping. | 808 | -- Otherwise, just run it and keep looping. |
809 | -- print("RUNNING " .. result1) | 809 | -- print("RUNNING " .. result1) |
810 | status, errorMsg = luaproc.send(sid, result1) | 810 | -- TODO - Not sure why I had this here. "sid" is not set anywhere, and SID would just send it to ourselves. |
811 | if not status then | 811 | -- status, errorMsg = luaproc.send(sid, result1) |
812 | msg("Error sending results from " .. Type .. ": " .. message .. " ERROR MESSAGE: " .. errorMsg) | 812 | -- if not status then |
813 | end | 813 | -- msg("Error sending results from " .. Type .. ": " .. message .. " ERROR MESSAGE: " .. errorMsg) |
814 | -- end | ||
814 | end | 815 | end |
815 | end | 816 | end |
816 | end | 817 | end |