mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-15 23:10:31 +01:00
Changed max_area amount from 4 to 10
- settins.area.max_areas = 10
This commit is contained in:
parent
05252763a1
commit
8e64ccfdf0
|
@ -33,7 +33,7 @@ setting("string", "filename", world_path.."/areas.dat")
|
|||
setting("boolean", "self_protection", false)
|
||||
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)
|
||||
setting("number", "self_protection_max_areas", 10)
|
||||
-- For players with the areas_high_limit privilege.
|
||||
setting("position", "self_protection_max_size_high", {x=512, y=512, z=512})
|
||||
setting("number", "self_protection_max_areas_high", 32)
|
||||
|
|
Loading…
Reference in New Issue
Block a user