mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-21 18:21:04 +01:00
Make stuck arrows stop processing all other behaviors
This commit is contained in:
parent
92f781b68c
commit
d77783a717
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ function mod.sticks(self, dtime, entity_def, projectile_def)
|
|||
|
||||
-- Stuck handling
|
||||
if self._stuck then
|
||||
return stuck_on_step(self, dtime, entity_def, projectile_def)
|
||||
stuck_on_step(self, dtime, entity_def, projectile_def)
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue