aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0785-Fix-saving-in-unloadWorld.patch
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2023-10-05 15:31:24 +1000
committerGitHub <[email protected]>2023-10-05 05:31:24 +0000
commit431e6418ab33ff0decd16f82238e9d50daf328f5 (patch)
tree880f75c2fd44ed27c3710900a5dc717b9715a3d0 /patches/server/0785-Fix-saving-in-unloadWorld.patch
parent02cfaa8ff81fed20f4c635d8ccf344083d938973 (diff)
downloadPaper-431e6418ab33ff0decd16f82238e9d50daf328f5.tar.gz
Paper-431e6418ab33ff0decd16f82238e9d50daf328f5.zip
Fixup player profile getters and constructor to expected nullability (#9770)
Diffstat (limited to 'patches/server/0785-Fix-saving-in-unloadWorld.patch')
-rw-r--r--patches/server/0785-Fix-saving-in-unloadWorld.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0785-Fix-saving-in-unloadWorld.patch b/patches/server/0785-Fix-saving-in-unloadWorld.patch
index cc92085e95..39fff596cf 100644
--- a/patches/server/0785-Fix-saving-in-unloadWorld.patch
+++ b/patches/server/0785-Fix-saving-in-unloadWorld.patch
@@ -6,7 +6,7 @@ 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 d79e96c2950ed1976affa7cda7f0571010d4dc75..f624df3d9b08abfe43a38ca41c452ccbb8ffc76c 100644
+index 1a958746f7a9992b1fe6c7ea07d044ad98dcb26d..0efe5a68095b1ae1cdc3c566179c6f885217e79a 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
@@ -1300,7 +1300,7 @@ public final class CraftServer implements Server {