forked from minetest-mods/mesecons
This commit is contained in:
parent
1b54011b68
commit
d6b2a39c99
@ -163,7 +163,7 @@ local function add_pos(positions, pos)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function are_protected(positions, player_name)
|
local function are_protected(positions, player_name)
|
||||||
local mode = mesecon.setting("mvps_protection_mode", "normal")
|
local mode = mesecon.setting("mvps_protection_mode", "compat")
|
||||||
if mode == "ignore" then
|
if mode == "ignore" then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user