diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2024-06-13 19:52:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-13 19:52:05 -0500 |
| commit | f66d2d476759085601fc398afcac7d8b1940ebf7 (patch) | |
| tree | 6faf7bb89996eb7c37b2a4dc72c1f08b02a4ef0d /azalea-client/src/movement.rs | |
| parent | 38eab50b4fc53f10c3f607935e47b65a8c4f3ef9 (diff) | |
| download | azalea-drasl-f66d2d476759085601fc398afcac7d8b1940ebf7.tar.xz | |
1.21 (#145)
* 24w18a (data driven enchantments not implemented yet)
* 1.21
Diffstat (limited to 'azalea-client/src/movement.rs')
| -rw-r--r-- | azalea-client/src/movement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/movement.rs b/azalea-client/src/movement.rs index ba47b7c8..a3964a12 100644 --- a/azalea-client/src/movement.rs +++ b/azalea-client/src/movement.rs @@ -463,7 +463,7 @@ fn set_sprinting( } else { attributes .speed - .remove(&azalea_entity::attributes::sprinting_modifier().uuid) + .remove(&azalea_entity::attributes::sprinting_modifier().id) .is_none() } } |
