diff options
Diffstat (limited to 'patches/server/0680-Fix-saving-in-unloadWorld.patch')
-rw-r--r-- | patches/server/0680-Fix-saving-in-unloadWorld.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0680-Fix-saving-in-unloadWorld.patch b/patches/server/0680-Fix-saving-in-unloadWorld.patch index a045e38f34..5536c9b21a 100644 --- a/patches/server/0680-Fix-saving-in-unloadWorld.patch +++ b/patches/server/0680-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 56fe4a91b557db7bd74c031046231a3bc7ba72c8..7cc0cd19996df0b37fa0b7c4dc34ee99ad9499cb 100644 +index 566ed56de6fcb4dc64e504310b46295466917eee..183d9672ad60e2b7db48c283b1ca863df01ad658 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java -@@ -1381,7 +1381,7 @@ public final class CraftServer implements Server { +@@ -1383,7 +1383,7 @@ public final class CraftServer implements Server { try { if (save) { |