mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-09 01:57:29 +01:00
Remove debug logging
This commit is contained in:
parent
43eb4d93cb
commit
837e285bba
@ -40,10 +40,6 @@ table.update(spear_entity._vl_projectile,{
|
|||||||
|
|
||||||
local pos = self.object:get_pos()
|
local pos = self.object:get_pos()
|
||||||
local y_diff = math.abs(self._last_pos.y - pos.y)
|
local y_diff = math.abs(self._last_pos.y - pos.y)
|
||||||
minetest.log(dump({
|
|
||||||
y_diff = y_diff,
|
|
||||||
flat_time = self._flat_time,
|
|
||||||
}))
|
|
||||||
if y_diff > 0.0001 then
|
if y_diff > 0.0001 then
|
||||||
self._flat_time = 0
|
self._flat_time = 0
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user