mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-22 17:07:34 +01:00
SPIGOT-5833: Player#setWalkSpeed not working
This commit is contained in:
parent
709b003fee
commit
baadbf3f76
@ -1399,6 +1399,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
||||
EntityPlayer player = getHandle();
|
||||
player.abilities.walkSpeed = value / 2f;
|
||||
player.updateAbilities();
|
||||
getHandle().getAttributeInstance(GenericAttributes.MOVEMENT_SPEED).setValue(player.abilities.walkSpeed); // SPIGOT-5833: combination of the two in 1.16+
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user