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…
x
Reference in New Issue
Block a user