mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 01:50:25 +01:00
Mobs spawn in protected area
This commit is contained in:
parent
ff6b80dc71
commit
e65d085f3b
|
@ -3,7 +3,7 @@ mobs = {}
|
|||
mobs.mod = "redo"
|
||||
|
||||
-- Do mobs spawn in protected areas (0=yes, 1=no)
|
||||
mobs.protected = 1
|
||||
mobs.protected = 0
|
||||
|
||||
-- Initial settings check
|
||||
local damage_enabled = minetest.setting_getbool("enable_damage")
|
||||
|
|
Loading…
Reference in New Issue
Block a user