Remove antisabotage in favor of human moderation (#806)
* Purge antisabotage for active moderation Not needed with more active moderation (guardians, moderator increases as of recent) * Fix luacheck
This commit is contained in:
parent
939b2d1c5b
commit
fe53e06966
5 changed files with 0 additions and 49 deletions
|
@ -153,11 +153,6 @@ local function remove_pillar(pos, pname)
|
|||
if name:find("default") and isdiggable(name) then
|
||||
local player = minetest.get_player_by_name(pname)
|
||||
|
||||
if minetest.get_modpath("antisabotage") then
|
||||
-- Fix paxel being capable of mining blocks under teammates
|
||||
if antisabotage.is_sabotage(pos, minetest.get_node(pos), player) then return end
|
||||
end
|
||||
|
||||
minetest.dig_node(pos)
|
||||
|
||||
if player and diggers[pname] and type(diggers[pname]) ~= "table" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue