aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/LSL.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-16 07:05:12 +1000
committerDavid Walter Seikel2014-05-16 07:05:12 +1000
commiteeb63e2edc93099ee3b8970720896f8139cd1ff8 (patch)
tree76d2a5b38006b35b53c2308d6b9ad67de163fc99 /lib/LSL.lua
parentComment out list parsing debugs, seems to be working fine now. (diff)
downloadSledjHamr-eeb63e2edc93099ee3b8970720896f8139cd1ff8.zip
SledjHamr-eeb63e2edc93099ee3b8970720896f8139cd1ff8.tar.gz
SledjHamr-eeb63e2edc93099ee3b8970720896f8139cd1ff8.tar.bz2
SledjHamr-eeb63e2edc93099ee3b8970720896f8139cd1ff8.tar.xz
Output script name from LuaSL msg() funciton.
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