This commit is contained in:
2025-10-24 20:31:52 +02:00
parent 4229355a32
commit 20d3b46834
6 changed files with 320 additions and 224 deletions

View File

@@ -152,7 +152,7 @@ namespace MegaKoop.Game.Networking
}
else if (trackedRigidbody != null)
{
velocity = trackedRigidbody.velocity;
velocity = trackedRigidbody.linearVelocity;
}
SteamCharacterStateCache.ReportLocalState(identity.NetworkId, targetTransform.position, targetTransform.rotation, velocity);