diff options
Diffstat (limited to 'patches/server/0704-Fix-saving-in-unloadWorld.patch')
-rw-r--r-- | patches/server/0704-Fix-saving-in-unloadWorld.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0704-Fix-saving-in-unloadWorld.patch b/patches/server/0704-Fix-saving-in-unloadWorld.patch index 604e791aaa..aa9f726bd7 100644 --- a/patches/server/0704-Fix-saving-in-unloadWorld.patch +++ b/patches/server/0704-Fix-saving-in-unloadWorld.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Fix saving in unloadWorld Change savingDisabled to false to ensure ServerLevel's saving logic gets called when unloadWorld is called with save = true diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java -index 7c4ee28eb7c40e4b629cf355cfaa95fe93d66bc2..e52461063786b65802838588d68233b33b67b173 100644 +index 9b9d78c4673b07845ff4ca78425ecb3aade3b039..a45c56a72d5f19946d05e961d2a44f3d1456681e 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java -@@ -1350,7 +1350,7 @@ public final class CraftServer implements Server { +@@ -1349,7 +1349,7 @@ public final class CraftServer implements Server { try { if (save) { |