You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@3fd1502 Add missing deprecation (#8886)
PaperMC/Paper@773dd72 Updated Upstream (Bukkit/CraftBukkit) (#9739)
@@ -265,7 +265,7 @@ import javax.annotation.Nullable; // Paper
@@ -3374,7 +3374,7 @@ index 1150a114e56899758264aa678db4e9ec3e78befc..58a8869b5e23db22cba83aaa2f25e042
3374
3374
private final String serverVersion;
3375
3375
private final String bukkitVersion = Versioning.getBukkitVersion();
3376
3376
private final Logger logger = Logger.getLogger("Minecraft");
3377
-
@@ -1118,6 +1118,11 @@ public final class CraftServer implements Server {
3377
+
@@ -1120,6 +1120,11 @@ public final class CraftServer implements Server {
3378
3378
plugin.getPluginMeta().getDisplayName(),
3379
3379
"This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies."
0 commit comments