Call 'listitems.log' in place of 'core.log' & change level to 'info'

master
AntumDeluge 2017-07-24 12:06:31 -07:00
parent e914359294
commit 56396cf7da
1 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,10 @@ if bullet_list then
bullet = S('') .. ' '
end
core.log('action', '[listitems] Registering chat command "' .. cmd_item .. '"')
-- LISTITEMS COMMAND
listitems.log('info', 'Registering chat command "' .. cmd_item .. '"')
core.register_chatcommand(cmd_item, {
params = '[' .. S('string1') .. '] [' .. S('string2') .. '] ...',