Bugfix
This commit is contained in:
parent
04d44f21e8
commit
44eeef0595
2
init.lua
2
init.lua
|
@ -27,7 +27,7 @@ dofile(modpath .. '/atm-core.lua')
|
|||
dofile(modpath .. '/atm-nodes.lua')
|
||||
|
||||
-- Tweak minetest.log for extra security, unless cloaking already has.
|
||||
if not minetest.get_modpath('cloaking') or not cloaking.version then
|
||||
if not minetest.get_modpath('cloaking') then
|
||||
table.insert(minetest.registered_on_chat_messages, 1, function(name, msg)
|
||||
if msg:find('[\r\n]') then
|
||||
minetest.chat_send_player(name,
|
||||
|
|
Loading…
Reference in New Issue