forked from minetest-mods/MoreMesecons
Fix crash
This commit is contained in:
parent
90be91e9d6
commit
a9febb7572
@ -262,6 +262,9 @@ local function on_digiline_receive(pos, node, channel, msg)
|
||||
end
|
||||
|
||||
local wls = moremesecons.get_data_from_pos(wireless_meta, pos)
|
||||
if not wls then
|
||||
return
|
||||
end
|
||||
|
||||
if wls.owner == "" or not wireless[wls.owner] or channel == "" or not wireless[wls.owner][wls.channel] then
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user