removed deprecated env:

This commit is contained in:
juraj 2016-03-15 00:54:52 +01:00
parent 2621c14502
commit 58e245a94f
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ action = function(pos, node, active_object_count, active_object_count_wider)
minetest.get_node(yp).name == "noairblocks:water_sourcex") and
(minetest.get_node(yyp).name == "default:water_source" or
minetest.get_node(yyp).name == "noairblocks:water_sourcex")) then
local objs = minetest.env:get_objects_inside_radius(pos, 2)
local objs = minetest.get_objects_inside_radius(pos, 2)
for k, obj in pairs(objs) do
obj:set_hp(obj:get_hp()+ 1)
end