1
0
Fork 0

Remove debug print

This commit is contained in:
teknomunk 2024-08-31 10:12:25 -05:00
parent 149e69452e
commit 52381a1f58
1 changed files with 0 additions and 2 deletions

View File

@ -312,8 +312,6 @@ rocket_entity.on_step = function(self, dtime)
arrow_entity.on_step(self, dtime)
end
minetest.log(dump(rocket_entity))
vl_projectile.register("mcl_bows:rocket_entity", rocket_entity)
if minetest.get_modpath("mcl_core") and minetest.get_modpath("mcl_mobitems") then