mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-03 16:23:47 +01:00
Stop infinite loop of arrows stuck in yourself punching you
This commit is contained in:
parent
acda7c2481
commit
37bae54b9e
@ -458,6 +458,7 @@ local function handle_entity_collision(self, entity_def, projectile_def, object)
|
|||||||
if type(allow_punching) == "function" then
|
if type(allow_punching) == "function" then
|
||||||
allow_punching = allow_punching(self, entity_def, projectile_def, object)
|
allow_punching = allow_punching(self, entity_def, projectile_def, object)
|
||||||
end
|
end
|
||||||
|
if self._in_player then allow_punching = false end
|
||||||
|
|
||||||
if not allow_punching then return end
|
if not allow_punching then return end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user