mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
[Auto] Updated Upstream (Bukkit)
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: fd6a980a Fix PlayerInventory.setItem docs
This commit is contained in:
parent
d99223b6e6
commit
ba6d010b34
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Subject: [PATCH] Access items by EquipmentSlot
|
|||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/inventory/PlayerInventory.java b/src/main/java/org/bukkit/inventory/PlayerInventory.java
|
||||
index 5d75bd49..ddded787 100644
|
||||
index fc5772e8..d56f6e00 100644
|
||||
--- a/src/main/java/org/bukkit/inventory/PlayerInventory.java
|
||||
+++ b/src/main/java/org/bukkit/inventory/PlayerInventory.java
|
||||
@@ -0,0 +0,0 @@ public interface PlayerInventory extends Inventory {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f7662d5c9249b90936349d3da43bb0bab089e59e
|
||||
Subproject commit fd6a980affe4ec8ba565e0866e6106ab051f97fd
|
Loading…
Reference in a new issue