mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-07-02 00:10:26 +02:00
Fix crash
This commit is contained in:
@ -262,6 +262,9 @@ local function on_digiline_receive(pos, node, channel, msg)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local wls = moremesecons.get_data_from_pos(wireless_meta, pos)
|
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
|
if wls.owner == "" or not wireless[wls.owner] or channel == "" or not wireless[wls.owner][wls.channel] then
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user