Update: config

This commit is contained in:
Coder12a 2019-12-31 19:29:10 -06:00
parent 01a13d6b8f
commit 37050bf225
2 changed files with 0 additions and 3 deletions

View File

@ -22,4 +22,3 @@ factions_config.faction_diplomacy = minetest.settings:get_bool("factions.faction
factions_config.spawn_teleport = minetest.settings:get_bool("factions.spawn_teleport") or false
factions_config.protection_style = minetest.settings:get("factions.protection_style") or "2d"
factions_config.faction_user_priv = minetest.settings:get("factions.faction_user_priv") or false
factions_config.database = minetest.settings:get("factions.database") or "mod_storage"

View File

@ -55,5 +55,3 @@ factions.store_ip (store player ip) bool true
# 2d limits how far x and z can go but protection on the y goes up and down far.
# 3d limits all three axis.
factions.protection_style (Protection style) enum 2d 3d,2d
# Set the type of database to use.
factions.database (Database) enum mod_storage colddb,mod_storage