Add debug flag

This commit is contained in:
2024-10-14 15:39:46 +02:00
parent c98cc7d576
commit 2ca86e0944
3 changed files with 42 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
-- CHAT_MSG_ADDON
function(e, msg)
print(e, msg)
function(e, ...)
print(e, ...)
end