minetest.conf setting from Carbone version

This commit is contained in:
SmallJoker 2014-08-16 11:21:48 +02:00
parent 38c31f124b
commit 04adaffa64
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ ipnames.file = minetest.get_worldpath().."/ipnames.data"
ipnames.whitelist_file = minetest.get_worldpath().."/ipnames_whitelist.data"
-- Limit 2 = maximal 2 accounts, the 3rd under the same IP gets blocked
ipnames.name_per_ip_limit = 2
ipnames.name_per_ip_limit = tonumber(minetest.setting_get("max_names_per_ip")) or 2
-- Interval where the IP list gets saved/updated
ipnames.save_interval = 240