set mvps_protection_mode default to the documented value

This commit is contained in:
flux 2019-09-22 19:50:53 +00:00
parent 15e743629e
commit 42a2fb653e
1 changed files with 1 additions and 1 deletions

View File

@ -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