This commit is contained in:
JohnCorby 2022-02-27 05:12:29 -08:00
parent a8fba743f6
commit 62ccfd4c11

View File

@ -299,7 +299,7 @@ namespace QSB.Syncs
AttachedTransform.localScale = Vector3.one;
}
if (UseInterpolation && AttachedTransform && ReferenceTransform)
if (UseInterpolation && !hasAuthority && AttachedTransform && ReferenceTransform)
{
SmoothPosition = ReferenceTransform.ToRelPos(AttachedTransform.position);
SmoothRotation = ReferenceTransform.ToRelRot(AttachedTransform.rotation);