[ci skip] Fixup last commit

This commit is contained in:
Nassim Jahnke
2024-01-24 14:05:59 +01:00
parent fae4fc60c9
commit 2a60c836aa
9 changed files with 41 additions and 63 deletions

View File

@@ -29,8 +29,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ // Paper start - Chunk save reattempt
+ int attempts = 0;
+ Exception lastException = null;
+ while (attempts++ < 5) {
+ try {
+ while (attempts++ < 5) { try {
+ // Paper end - Chunk save reattempt
if (nbt == null) {