Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@7b9a4729 Fix inverted disabled in CraftCrafter#setSlotDisabled (#13195)
PaperMC/Paper@3799cbeb Use Adventure properties default override provider to set a global flattener nesting limit (#13156)
PaperMC/Paper@ae1e6b72 Add PersistentDataContainerView#getSize (#13157)
PaperMC/Paper@dd8f9f86 Expose PlayerConnection#isConnected (#13166)
PaperMC/Paper@952a024f Fix some issues with PlayerLeashEntityEvent (#13015)
PaperMC/Paper@7845cba0 Fix help.yml index-topics not working for non-console senders (#13193)
This commit is contained in:
granny
2025-10-17 18:21:11 -07:00
parent e8fe8eced6
commit 45bc9f4160
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
--- a/src/main/java/org/bukkit/craftbukkit/CraftOfflinePlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftOfflinePlayer.java
@@ -337,6 +_,12 @@
@@ -342,6 +_,12 @@
@Override
public Location getLocation() {
@@ -13,7 +13,7 @@
CompoundTag data = this.getData();
if (data == null) {
return null;
@@ -574,4 +_,183 @@
@@ -579,4 +_,183 @@
manager.save();
}
}

View File

@@ -1,6 +1,6 @@
--- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java
+++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java
@@ -667,4 +_,285 @@
@@ -672,4 +_,285 @@
}
// Paper end - data component API