aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-14 09:02:51 +1000
committerDavid Walter Seikel2014-05-14 09:02:51 +1000
commit8dc65d54d2c422690852b8bc7d0b7d35ca4582bc (patch)
tree7cd389f3139cb129f45003e88a172c6804d031ec /lib
parentPurkle gets an append command, and use it from extantz to show llSay() and fr... (diff)
downloadSledjHamr-8dc65d54d2c422690852b8bc7d0b7d35ca4582bc.zip
SledjHamr-8dc65d54d2c422690852b8bc7d0b7d35ca4582bc.tar.gz
SledjHamr-8dc65d54d2c422690852b8bc7d0b7d35ca4582bc.tar.bz2
SledjHamr-8dc65d54d2c422690852b8bc7d0b7d35ca4582bc.tar.xz
Starting up and closing down the servers gets some love. Needs more love.
Diffstat (limited to 'lib')
-rw-r--r--lib/LSL.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LSL.lua b/lib/LSL.lua
index 662c880..3b5ba89 100644
--- a/lib/LSL.lua
+++ b/lib/LSL.lua
@@ -771,7 +771,7 @@ function LSL.mainLoop(sid, name, x)
771 771
772 LSL.stateChange(x); 772 LSL.stateChange(x);
773 waitAndProcess(false) 773 waitAndProcess(false)
774 msg("Script quitting.") 774 msg("LSL.Lua: Script quitting.")
775end 775end
776 776
777function waitAndProcess(returnWanted) 777function waitAndProcess(returnWanted)