mirror of
https://notabug.org/TenPlus1/protector.git
synced 2025-01-24 16:41:31 +01:00
protector.drop feature removed, can easily be exploited using lag
This commit is contained in:
parent
f8eab51e67
commit
8161d03c39
6
init.lua
6
init.lua
@ -7,7 +7,7 @@
|
||||
protector = {}
|
||||
protector.mod = "redo"
|
||||
protector.radius = tonumber(minetest.setting_get("protector_radius")) or 5
|
||||
protector.drop = minetest.setting_getbool("protector_drop") or false
|
||||
--protector.drop = minetest.setting_getbool("protector_drop") or false
|
||||
protector.flip = minetest.setting_getbool("protector_flip") or false
|
||||
protector.hurt = tonumber(minetest.setting_get("protector_hurt")) or 0
|
||||
protector.spawn = tonumber(minetest.setting_get("protector_spawn")
|
||||
@ -307,7 +307,7 @@ function minetest.is_protected(pos, digger)
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
--[[
|
||||
-- drop tool/item if protection violated
|
||||
if protector.drop == true then
|
||||
|
||||
@ -332,7 +332,7 @@ function minetest.is_protected(pos, digger)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
]]
|
||||
return true
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user