mirror of
https://github.com/technix/ham_radio.git
synced 2025-01-08 13:17:34 +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",
|
||||
nodenames = {"ham_radio:receiver"},
|
||||
interval = 10,
|
||||
interval = 5,
|
||||
chance = 1,
|
||||
catch_up = false,
|
||||
action = function(pos, node)
|
||||
|
Loading…
Reference in New Issue
Block a user