make self_protection true by default

This commit is contained in:
alexerate 2018-02-07 18:07:40 +01:00
parent a9b954399e
commit 93df2f3605
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ setting("string", "filename", world_path.."/areas.dat")
-- Allow players with a privilege create their own areas
-- within the maximum size and number.
setting("boolean", "self_protection", false)
setting("boolean", "self_protection", true)
setting("string", "self_protection_privilege", "interact")
setting("position", "self_protection_max_size", {x=64, y=128, z=64})
setting("number", "self_protection_max_areas", 4)
@ -40,4 +40,3 @@ setting("number", "self_protection_max_areas_high", 32)
-- legacy_table (owner_defs) compatibility. Untested and has known issues.
setting("boolean", "legacy_table", false)