mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Remove debug print
This commit is contained in:
parent
4f25f6f58a
commit
3a7ce22621
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue