diff options
author | Nassim Jahnke <[email protected]> | 2024-01-24 22:13:08 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-01-25 00:41:51 +0100 |
commit | 1831240d1c48086fc0199584787cd2013d4d4b5f (patch) | |
tree | d61d8d63ec61e8394df0b9c7db9219e1518741c2 /patches/server/0812-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch | |
parent | b7004609991dab287b582a1546a1b59c5d90c916 (diff) | |
download | Paper-1831240d1c48086fc0199584787cd2013d4d4b5f.tar.gz Paper-1831240d1c48086fc0199584787cd2013d4d4b5f.zip |
[ci skip] Move chunk system patch back
Diffstat (limited to 'patches/server/0812-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch')
-rw-r--r-- | patches/server/0812-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0812-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch b/patches/server/0812-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch index edf29e0905..b576f955d9 100644 --- a/patches/server/0812-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch +++ b/patches/server/0812-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Fix EntityCombustEvent cancellation cant fully prevent diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java -index 2c0f9433738f9de1cf9df73425bea9dfb873deb1..ee534368a317c0f6d2d8189588af9f7088809cae 100644 +index e6739e436f709fd24315932ad6386ed6534721c2..79ceab8d5328df63ec20eb68b30c98fc38bdf51c 100644 --- a/src/main/java/net/minecraft/world/entity/Entity.java +++ b/src/main/java/net/minecraft/world/entity/Entity.java -@@ -3143,6 +3143,10 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource, S +@@ -3091,6 +3091,10 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource, S pluginManager.callEvent(entityCombustEvent); if (!entityCombustEvent.isCancelled()) { this.setSecondsOnFire(entityCombustEvent.getDuration(), false); |