diff options
author | Nassim Jahnke <[email protected]> | 2024-11-09 21:44:55 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-11-09 21:44:55 +0100 |
commit | 0af4e84eff5e8f2819c12cd656d04b64664abb3c (patch) | |
tree | f1b04b4f705fa22f8c7414c1b6dac4aad7bbdcd2 /patches/server/0992-Properly-resend-entities.patch | |
parent | 17dbf74ccfa7f306174d6ec9ab8c31b47aed45a5 (diff) | |
download | Paper-0af4e84eff5e8f2819c12cd656d04b64664abb3c.tar.gz Paper-0af4e84eff5e8f2819c12cd656d04b64664abb3c.zip |
[ci skip] Add identifying line to some larger/optimization patches
Diffstat (limited to 'patches/server/0992-Properly-resend-entities.patch')
-rw-r--r-- | patches/server/0992-Properly-resend-entities.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patches/server/0992-Properly-resend-entities.patch b/patches/server/0992-Properly-resend-entities.patch index cdb20d9bdb..d8b50689d8 100644 --- a/patches/server/0992-Properly-resend-entities.patch +++ b/patches/server/0992-Properly-resend-entities.patch @@ -19,6 +19,8 @@ and so we have to (forcibly) resend them in order for the client to reset their See: https://github.com/PaperMC/Paper/pull/1896 +Feature patch + == AT == public net.minecraft.server.level.ChunkMap$TrackedEntity serverEntity |