This commit is contained in:
luk3yx 2019-03-05 15:09:35 +13:00
parent 44eeef0595
commit 411417661c
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') then
if not minetest.get_modpath('cloaking') or not cloaking.hide_player then
table.insert(minetest.registered_on_chat_messages, 1, function(name, msg)
if msg:find('[\r\n]') then
minetest.chat_send_player(name,