diff options
Diffstat (limited to '')
-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) |