diff options
-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 98444cc..39676e0 100644 --- a/lib/LSL.lua +++ b/lib/LSL.lua | |||
@@ -74,7 +74,7 @@ function print_table(table, space) | |||
74 | end | 74 | end |
75 | 75 | ||
76 | function msg(...) | 76 | function msg(...) |
77 | print(SID, ...) -- The comma adds a tab, fancy that. B-) | 77 | print(SID, scriptName, ...) -- The comma adds a tab, fancy that. B-) |
78 | end | 78 | end |
79 | 79 | ||
80 | 80 | ||