diff options
author | Aikar <[email protected]> | 2020-05-06 05:48:49 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2020-05-06 05:48:49 -0400 |
commit | 5ca5f131bb107ec99ef123c79a7765abc7e849a5 (patch) | |
tree | e6762ddb80ebfbca6f836466051632d01a6e4128 /Spigot-Server-Patches/0059-Chunk-Save-Reattempt.patch | |
parent | 1ccff6fabb0b64171b11428b3ac45c263e1f9481 (diff) | |
download | Paper-5ca5f131bb107ec99ef123c79a7765abc7e849a5.tar.gz Paper-5ca5f131bb107ec99ef123c79a7765abc7e849a5.zip |
Rebuild all patches using the new rebuild pattern
Diffstat (limited to 'Spigot-Server-Patches/0059-Chunk-Save-Reattempt.patch')
-rw-r--r-- | Spigot-Server-Patches/0059-Chunk-Save-Reattempt.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Spigot-Server-Patches/0059-Chunk-Save-Reattempt.patch b/Spigot-Server-Patches/0059-Chunk-Save-Reattempt.patch index dcbb7734ce..e4ae1be13d 100644 --- a/Spigot-Server-Patches/0059-Chunk-Save-Reattempt.patch +++ b/Spigot-Server-Patches/0059-Chunk-Save-Reattempt.patch @@ -1,4 +1,4 @@ -From 10153a917b3bdf01ba8935cf148e78722bf05e15 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Aikar <[email protected]> Date: Mon, 4 Mar 2013 23:46:10 -0500 Subject: [PATCH] Chunk Save Reattempt @@ -6,7 +6,7 @@ Subject: [PATCH] Chunk Save Reattempt We commonly have "Stream Closed" errors on chunk saving, so this code should re-try to save the chunk in the event of failure and hopefully prevent rollbacks. diff --git a/src/main/java/net/minecraft/server/RegionFile.java b/src/main/java/net/minecraft/server/RegionFile.java -index c2312a227c..cee1ea8f43 100644 +index c2312a227c60417c02fc028047e1e4562bbfccff..cee1ea8f43e3135cd72a67c1c8067174feaf956e 100644 --- a/src/main/java/net/minecraft/server/RegionFile.java +++ b/src/main/java/net/minecraft/server/RegionFile.java @@ -241,7 +241,7 @@ public class RegionFile implements AutoCloseable { @@ -19,7 +19,7 @@ index c2312a227c..cee1ea8f43 100644 } } diff --git a/src/main/java/net/minecraft/server/RegionFileCache.java b/src/main/java/net/minecraft/server/RegionFileCache.java -index a164aee880..fd46da95e0 100644 +index a164aee8805580069cc4b6daee7f2ad9137d34e0..fd46da95e0342c0004d82a36a164f3a18f9edac6 100644 --- a/src/main/java/net/minecraft/server/RegionFileCache.java +++ b/src/main/java/net/minecraft/server/RegionFileCache.java @@ -85,6 +85,7 @@ public final class RegionFileCache implements AutoCloseable { @@ -49,6 +49,3 @@ index a164aee880..fd46da95e0 100644 } public void close() throws IOException { --- -2.26.2 - |