mirror of
https://github.com/technix/ham_radio.git
synced 2024-12-04 04:43:44 +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
|
|
|