mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 05:43:43 +01:00
Make stuck arrows stop processing all other behaviors
This commit is contained in:
parent
92f781b68c
commit
d77783a717
@ -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 New Issue
Block a user