diff --git a/methods.lua b/methods.lua index 597d8e0..39733dd 100644 --- a/methods.lua +++ b/methods.lua @@ -30,11 +30,6 @@ local vec_add = vector.add local yaw2dir = minetest.yaw_to_dir local dir2yaw = minetest.dir_to_yaw -local function vec_raise(v, n) - if not v then return end - return {x = v.x, y = v.y + n, z = v.z} -end - --[[local function debugpart(pos, time, tex) minetest.add_particle({ pos = pos, @@ -328,4 +323,4 @@ creatura.register_movement_method("creatura:obstacle_avoidance", function(self) end end return func -end) \ No newline at end of file +end)