mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-06 04:37:46 +00:00
Reduce log spam from position updates
This commit is contained in:
parent
9eb9eca1c8
commit
80b06b3294
1 changed files with 0 additions and 5 deletions
|
@ -588,11 +588,6 @@ async fn client_loop(
|
|||
}
|
||||
}
|
||||
ClientZoneIpcData::UpdatePositionHandler { position, rotation } => {
|
||||
tracing::info!(
|
||||
"Character moved to {position:#?} {}",
|
||||
rotation.to_degrees()
|
||||
);
|
||||
|
||||
connection.player_data.rotation = *rotation;
|
||||
connection.player_data.position = *position;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue