mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-07-01 16:00:28 +02:00
Fix crash
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user