mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 14:31:30 +11:00
Don't forget to clear modifications.
This commit is contained in:
parent
1aa4ca878e
commit
a182f17c78
|
@ -836,6 +836,8 @@ impl Client {
|
|||
metadata: RawBytes(data),
|
||||
});
|
||||
}
|
||||
|
||||
self.player_meta.clear_modifications();
|
||||
}
|
||||
|
||||
// Spawn new entities within the view distance.
|
||||
|
|
Loading…
Reference in a new issue