Replace deprecated moveto call

This commit is contained in:
stujones11 2019-03-23 17:53:40 +00:00
parent adb8e476f9
commit b8e9048b94

View file

@ -132,7 +132,7 @@ minetest.register_entity("shooter_crossbow:arrow_entity", {
acceleration = {x=0, y=0, z=0}
end
if pos then
self.object:moveto(pos)
self.object:move_to(pos)
end
self.object:set_properties({
physical = true,