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@06db5d0 Updated Upstream (Bukkit/CraftBukkit) (#6589)
PaperMC/Paper@810d200 Improve interact distance check (#6591)
Airplane Changes:
TECHNOVE/Airplane@8207533 Upstream
@@ -246,7 +246,7 @@ import javax.annotation.Nullable; // Paper
@@ -3460,7 +3460,7 @@ index 4687827c096ecf8872ab39b00fbf9261ba5c3689..fe1b046f707ee145327475b7f923928f
3460
3460
private final String serverVersion;
3461
3461
private final String bukkitVersion = Versioning.getBukkitVersion();
3462
3462
private final Logger logger = Logger.getLogger("Minecraft");
3463
-
@@ -1001,6 +1001,11 @@ public final class CraftServer implements Server {
3463
+
@@ -997,6 +997,11 @@ public final class CraftServer implements Server {
3464
3464
plugin.getDescription().getName(),
3465
3465
"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