aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/LSL.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/LSL.lua2
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)
74end 74end
75 75
76function msg(...) 76function msg(...)
77 print(SID, ...) -- The comma adds a tab, fancy that. B-) 77 print(SID, scriptName, ...) -- The comma adds a tab, fancy that. B-)
78end 78end
79 79
80 80