mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 18:50:38 +01:00
Fix a duplicated field for areas mod
This commit is contained in:
parent
93220352f5
commit
814f5f2bc4
@ -108,8 +108,8 @@ mg_name = singlenode
|
||||
give_initial_stuff = true
|
||||
# AREAS MOD
|
||||
areas.self_protection = true
|
||||
areas.self_protection_max_size = {x=50, y=100, z=50}
|
||||
areas.self_protection_max_areas = 10
|
||||
areas.self_protection_max_size = {x=128, y=128, z=128}
|
||||
areas.self_protection_max_areas = 30
|
||||
# DROPONDIE MOD - si false, les sacs des joueurs sont vidées à leurs mort
|
||||
keepInventory = false
|
||||
# RANDOM_MESSAGES MOD - paramétrage de l'interval entre deux messages, 30min actuellement
|
||||
@ -136,10 +136,6 @@ hudbars_sorting = health=0, mana=1, satiation=2, sprint=3, breath=4, armor=5
|
||||
hudbars_tick = 0.4
|
||||
hudbars_start_offset_left_y = -100
|
||||
hudbars_start_offset_right_y = -100
|
||||
# Areas
|
||||
areas.self_protection = true
|
||||
areas.self_protection_max_size = 128, 128, 128
|
||||
areas.self_protection_max_areas = 30
|
||||
# Mysql Auth, config file path
|
||||
mysql_auth.cfgfile = /home/quentinbd/mysql_auth/mff-classic_config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user