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:
Apelta 2021-02-20 13:31:34 -06:00 committed by GitHub
parent 939b2d1c5b
commit fe53e06966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 49 deletions

View file

@ -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