mirror of
https://github.com/technix/ham_radio.git
synced 2025-03-01 05:34:36 +01:00
reduce interval for stationary receiver
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user