[Auto] 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: 98d3f031 SPIGOT-4376: Add draft BlockDropItemEvent CraftBukkit Changes: 1057710a SPIGOT-4376: Add draft BlockDropItemEvent
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 4d3b6af3a8a4102f3921f0874cccfc0b89602fe8 Mon Sep 17 00:00:00 2001
|
||||
From 821283c8c5aae41af68928e9508781ffefc04170 Mon Sep 17 00:00:00 2001
|
||||
From: Aikar <aikar@aikar.co>
|
||||
Date: Tue, 3 Jul 2018 21:56:23 -0400
|
||||
Subject: [PATCH] InventoryCloseEvent Reason API
|
||||
@@ -168,10 +168,10 @@ index 5443000bdf..a0c0c96a28 100644
|
||||
|
||||
// Check if the fromWorld and toWorld are the same.
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
|
||||
index c11cc55154..138c61f56e 100644
|
||||
index bc175d4c51..402574f559 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
|
||||
@@ -941,8 +941,19 @@ public class CraftEventFactory {
|
||||
@@ -948,8 +948,19 @@ public class CraftEventFactory {
|
||||
return event;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user