Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@f67a1b6e fix: Player#setPlayerTime sends time update packet to client (#13315)
PaperMC/Paper@af063837 Add field renames for lead sounds and iron chain (#13168)
PaperMC/Paper@f8cf03d6 [ci/skip] Mention damage behavior for Server#createWorldBorder (#13338)
This commit is contained in:
granny
2025-11-23 16:54:00 -08:00
parent 64a5bf3f19
commit 4b4636485f
4 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@
@Override
public void sendBlockDamage(Location loc, float progress, org.bukkit.entity.Entity source) {
Preconditions.checkArgument(source != null, "source must not be null");
@@ -2483,6 +_,28 @@
@@ -2492,6 +_,28 @@
public float getWalkSpeed() {
return this.getHandle().getAbilities().walkingSpeed * 2f;
}