aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-14 16:54:50 +1000
committerDavid Walter Seikel2014-05-14 16:54:50 +1000
commit44f2dc64c7f313892af9bcbe5b94c3726efc2b2b (patch)
tree9ef4110e6be89d7f2dc773bbecf80e33cf4df666 /lib
parentFake llGetPermissionsKey(). (diff)
downloadSledjHamr-44f2dc64c7f313892af9bcbe5b94c3726efc2b2b.zip
SledjHamr-44f2dc64c7f313892af9bcbe5b94c3726efc2b2b.tar.gz
SledjHamr-44f2dc64c7f313892af9bcbe5b94c3726efc2b2b.tar.bz2
SledjHamr-44f2dc64c7f313892af9bcbe5b94c3726efc2b2b.tar.xz
Comment out possible left over cruft.
Diffstat (limited to 'lib')
-rw-r--r--lib/LSL.lua9
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