Skip to content
Snippets Groups Projects
Commit c557fdfd authored by tchncs's avatar tchncs
Browse files

random_messages: update default interval

parent 00a01063
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -27,7 +27,7 @@ function table.random( t )
end
function random_messages.initialize() --Set the interval in minetest.conf.
minetest.setting_set("random_messages_interval",1800)
minetest.setting_set("random_messages_interval",7200)
minetest.setting_save();
return 1800
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment