This commit is contained in:
luk3yx 2019-03-02 19:30:01 +13:00
parent 04d44f21e8
commit 44eeef0595
1 changed files with 1 additions and 1 deletions

View File

@ -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,