random_messages: update default interval
This commit is contained in:
parent
00a01063e4
commit
c557fdfde4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue