1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-19 11:39:50 +01:00
PaperMC/patches
Bjarne Koll b0ef3ca25a
Only call EntityDamageEvents before actuallyHurt ()
The recent upstream update moved around the event logic for
EntiyDamageEvent and its derivatives.
However, the event was called on every call to #hurt as it was moved out
of actuallyHurt.

This patch moves the invocation directly before the #actuallyHurt calls,
respective invulnerable timings.
2024-07-09 17:13:51 +02:00
..
api Updated Upstream (Bukkit/CraftBukkit/Spigot) () 2024-07-06 21:19:14 +02:00
removed Remove fully dropped patches 2024-06-16 13:14:53 +02:00
server Only call EntityDamageEvents before actuallyHurt () 2024-07-09 17:13:51 +02:00
unapplied/server Readd more patches 2024-07-04 12:46:15 +02:00