reduce interval for stationary receiver

This commit is contained in:
Serhii Mozhaiskyi 2019-12-13 09:53:36 +02:00
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)