global dependenciaes removed

master
Alexsandro Percy 2020-05-10 17:24:17 -03:00
parent a8a3c3cf48
commit 08621b70bf
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ minetest.register_entity("helicopter:heli", {
return
end
local touching_ground, liquid_below = check_node_below(self.object)
local touching_ground, liquid_below = helicopter.check_node_below(self.object)
local is_attached = false
if puncher:get_attach() == self.object then is_attached = true end