From d6b2a39c993688c5d29acc284f244657d9f6fad3 Mon Sep 17 00:00:00 2001
From: fluxionary <25628292+fluxionary@users.noreply.github.com>
Date: Tue, 24 Sep 2019 14:25:07 +0000
Subject: [PATCH] Set mvps_protection_mode default to the documented value
 (#484, base: #466)

---
 mesecons_mvps/init.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mesecons_mvps/init.lua b/mesecons_mvps/init.lua
index 1b300aa..807692e 100644
--- a/mesecons_mvps/init.lua
+++ b/mesecons_mvps/init.lua
@@ -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
-- 
GitLab