Skip to content
Snippets Groups Projects
Commit d6b2a39c authored by fluxionary's avatar fluxionary Committed by Vitaliy
Browse files

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

parent 1b54011b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment