From 756e489a7f392cb3356e127d403688c57e50d681 Mon Sep 17 00:00:00 2001 From: shamoanjac Date: Wed, 17 Aug 2016 08:15:18 +0200 Subject: [PATCH] Fixed broken protection --- factions.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/factions.lua b/factions.lua index 8164428..c9cef54 100644 --- a/factions.lua +++ b/factions.lua @@ -756,6 +756,8 @@ minetest.is_protected = function(pos, player) else return true end + else + return true end end end