remove ephemeral option

This commit is contained in:
Nitro 2020-09-17 04:15:43 +02:00
parent a72ccdcce3
commit 49b061ebbb

@ -10,7 +10,7 @@ local on_digiline_receive = function (pos, _, channel, msg)
pos = pos,
max_hear_distance = heardistance,
gain = gain,
}, true)
})
end
end