mirror of
https://github.com/technix/ham_radio.git
synced 2025-01-24 21:11:27 +01:00
reduce interval for stationary receiver
This commit is contained in:
parent
7096abf9a0
commit
0c93918418
@ -79,7 +79,7 @@ minetest.register_abm(
|
|||||||
{
|
{
|
||||||
label = "Listen Ham Radion Broadcast",
|
label = "Listen Ham Radion Broadcast",
|
||||||
nodenames = {"ham_radio:receiver"},
|
nodenames = {"ham_radio:receiver"},
|
||||||
interval = 10,
|
interval = 5,
|
||||||
chance = 1,
|
chance = 1,
|
||||||
catch_up = false,
|
catch_up = false,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
|
Loading…
Reference in New Issue
Block a user