mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user