mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-14 04:42:32 +01:00
This commit is contained in:
@ -163,7 +163,7 @@ local function add_pos(positions, pos)
|
||||
end
|
||||
|
||||
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
|
||||
return false
|
||||
end
|
||||
|
Reference in New Issue
Block a user