mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@86b716bc Fix BlockFadeEvent not being called when fire extinguishes in rain (#12972) PaperMC/Paper@f0c1f856 Fix Phantom entity Spawn reason (#12980) PaperMC/Paper@651fa124 Fix cancelled EnderDragonShootFireballEvent playing sound (#12977) PaperMC/Paper@2456ff26 [ci/skip] Update javadoc for tinted leaves particle (#12962) PaperMC/Paper@a743e6b1 [ci/skip] Clarify tab completion ordering in event jd (#12965) PaperMC/Paper@a22447a5 Added getWorldPath to World API (#12952) PaperMC/Paper@b200237c Fix clone return for Paper PlayerProfile (#12984)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
|
||||
@@ -2375,6 +_,50 @@
|
||||
@@ -2376,6 +_,50 @@
|
||||
return (this.getHandle().getDragonFight() == null) ? null : new CraftDragonBattle(this.getHandle().getDragonFight());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user