Set mvps_protection_mode default to the documented value (#484, base: #466)

This commit is contained in:
fluxionary 2019-09-24 14:25:07 +00:00 committed by Vitaliy
parent 1b54011b68
commit d6b2a39c99
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