Change to ..

This commit is contained in:
Diego Martínez
2017-03-01 07:26:20 -03:00
committed by Auke Kok
parent 6a2fa5a3e4
commit f5e6a7d181
7 changed files with 72 additions and 72 deletions

View File

@ -2,7 +2,7 @@ local function sendMessage(pos, msg, channel)
if channel == nil then
channel = minetest.get_meta(pos):get_string("channel")
end
digilines:receptor_send(pos,digilines.rules.default,channel,msg)
digilines.receptor_send(pos,digilines.rules.default,channel,msg)
end
local function maybeString(stack)