Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: b999860d SPIGOT-2304: Add LootGenerateEvent CraftBukkit Changes: 77fd87e4 SPIGOT-2304: Implement LootGenerateEvent a1a705ee SPIGOT-5566: Doused campfires & fires should call EntityChangeBlockEvent 41712edd SPIGOT-5707: PersistentDataHolder not Persistent on API dropped Item
This commit is contained in:
@@ -7,7 +7,7 @@ We shouldn't be doing stream calls just to see if the queue is
|
||||
empty. This creates loads of garbage thanks to how often it's called.
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/PairedQueue.java b/src/main/java/net/minecraft/server/PairedQueue.java
|
||||
index 85bb22e4..2369afb4 100644
|
||||
index 85bb22e4b7..2369afb4f3 100644
|
||||
--- a/src/main/java/net/minecraft/server/PairedQueue.java
|
||||
+++ b/src/main/java/net/minecraft/server/PairedQueue.java
|
||||
@@ -0,0 +0,0 @@ public interface PairedQueue<T, F> {
|
||||
|
||||
Reference in New Issue
Block a user