From eedb441e9bb6abd5038db8014ca17a9f3f17e70f Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Wed, 17 Oct 2018 23:20:30 -0500 Subject: [PATCH] Remove un-used code line. --- factions.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/factions.lua b/factions.lua index bbae827..707677d 100644 --- a/factions.lua +++ b/factions.lua @@ -958,9 +958,6 @@ minetest.is_protected = function(pos, player) if factions_config.protection_depth_height_limit and (pos.y < factions_config.protection_max_depth or pos.y > factions_config.protection_max_height) then return false end - if factions.disallow_edit_nofac and not player_faction then - return true - end local parcelpos = factions.get_parcel_pos(pos) local parcel_faction = factions.get_parcel_faction(parcelpos)