Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@f76defd3 Fix javadocs in UseCooldownComponent (#13416)
PaperMC/Paper@997f5054 Mark client as loading after API respawn (Fixes #13417) (#13418)
PaperMC/Paper@89957033 Promote build channel to BETA
PaperMC/Paper@d9a3fa7d Update ConcurrentUtil to 0.0.8
PaperMC/Paper@90191f72 Commit missing TickTime diff
PaperMC/Paper@89fdae86 Fix incorrect per-world view distance handling
PaperMC/Paper@b6b53a6d Use correct explosion type for TNT in the createExplosion API (#13413)
PaperMC/Paper@6da8af7c Update 1.21.11 reobf mapping data (#13388)
This commit is contained in:
granny
2025-12-24 15:37:47 -08:00
parent 7c953451d5
commit 609d008192
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
@@ -1931,6 +_,52 @@
@@ -1933,6 +_,52 @@
return (this.getHandle().getDragonFight() == null) ? null : new CraftDragonBattle(this.getHandle().getDragonFight());
}