mirror of
https://github.com/technix/ham_radio.git
synced 2024-12-12 08:33:17 +01:00
8 lines
164 B
Lua
8 lines
164 B
Lua
|
|
||
|
jumpdrive.ham_radio_compat = function(from, to)
|
||
|
local meta = minetest.get_meta(to)
|
||
|
ham_radio.delete_transmitter(from)
|
||
|
ham_radio.save_transmitter(to, meta)
|
||
|
end
|
||
|
|