mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 07:20:29 +02:00
Rename global table to digilines
.
This also adds a backwards compat alias so other mods shouldn't break.
This commit is contained in:
@ -2,7 +2,7 @@ local function sendMessage(pos, msg, channel)
|
||||
if channel == nil then
|
||||
channel = minetest.get_meta(pos):get_string("channel")
|
||||
end
|
||||
digiline:receptor_send(pos,digiline.rules.default,channel,msg)
|
||||
digilines:receptor_send(pos,digilines.rules.default,channel,msg)
|
||||
end
|
||||
|
||||
local function maybeString(stack)
|
||||
|
Reference in New Issue
Block a user