Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
14be4180f6 Use updatingChunks for flush saving (#6533)
2973e1c56e Always use updatingChunks for saveAllChunks (#6534)
This commit is contained in:
William Blake Galbreath
2021-08-31 21:29:08 -05:00
parent baa7b78057
commit 68f9e6d9bd
3 changed files with 6 additions and 6 deletions

View File

@@ -5,10 +5,10 @@ Subject: [PATCH] Item entity immunities
diff --git a/src/main/java/net/minecraft/server/level/ChunkMap.java b/src/main/java/net/minecraft/server/level/ChunkMap.java
index 1312a4d7a6f77d4b9812edd44ed27a6ca7cd7977..f3252dbb7f081b7f47a0e28e74a1da6c42cdd788 100644
index a8dfee5fb36d4fdf90bdd429476427866b2b052d..b99a0d754d2becd429d5b38f4aa36ddaa6a00443 100644
--- a/src/main/java/net/minecraft/server/level/ChunkMap.java
+++ b/src/main/java/net/minecraft/server/level/ChunkMap.java
@@ -2273,7 +2273,7 @@ Sections go from 0..16. Now whenever a section is not empty, it can potentially
@@ -2282,7 +2282,7 @@ Sections go from 0..16. Now whenever a section is not empty, it can potentially
public class TrackedEntity {