diff options
author | David Walter Seikel | 2014-05-14 09:02:51 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-14 09:02:51 +1000 |
commit | 8dc65d54d2c422690852b8bc7d0b7d35ca4582bc (patch) | |
tree | 7cd389f3139cb129f45003e88a172c6804d031ec /lib | |
parent | Purkle gets an append command, and use it from extantz to show llSay() and fr... (diff) | |
download | SledjHamr-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.lua | 2 |
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.") |
775 | end | 775 | end |
776 | 776 | ||
777 | function waitAndProcess(returnWanted) | 777 | function waitAndProcess(returnWanted) |