]> git.lizzy.rs Git - Crafter.git/commitdiff
Remove iron boat print debug
authoroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 19 May 2020 00:25:20 +0000 (20:25 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 19 May 2020 00:25:20 +0000 (20:25 -0400)
mods/boat/init.lua

index 6477bc0448b294a6d194ba134aec0c2537632284..930274b6680309d18b10d3c58bd28810306ebeed 100644 (file)
@@ -374,8 +374,6 @@ minetest.register_entity("boat:iron_boat", {
                        local goal = 3
                        local acceleration = vector.new(0,goal-vel.y,0)
                        self.object:add_velocity(acceleration)
-               else
-                       print("nothing")
                end
        end,